Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Security
Malware Analysis
Malware Analysis #2 - PE Imports (static analysis)
Message
<blockquote data-quote="LabZero" data-source="post: 531479"><p>Good investigation about the most</p><p>interesting parts that are for sure the PE header and the Section Table that can contain code or data.</p><p>About the PE header, it is interesting to note the entry point, that describes the point from which begins the code, the image base, which specifies the address where the file will be memory-mapped.</p><p>The entry of the structure IMAGE_DATA_DIRECTORY contained in the optional header, are just as interesting that between these entries, is present IMAGE_DIRECTORY_ENTRY_IMPORT, or Import Table.</p></blockquote><p></p>
[QUOTE="LabZero, post: 531479"] Good investigation about the most interesting parts that are for sure the PE header and the Section Table that can contain code or data. About the PE header, it is interesting to note the entry point, that describes the point from which begins the code, the image base, which specifies the address where the file will be memory-mapped. The entry of the structure IMAGE_DATA_DIRECTORY contained in the optional header, are just as interesting that between these entries, is present IMAGE_DIRECTORY_ENTRY_IMPORT, or Import Table. [/QUOTE]
Insert quotes…
Verification
Post reply
Top