mirror of
https://github.com/aljazceru/securedorg.github.io.git
synced 2026-01-08 16:54:25 +01:00
1020 B
1020 B
layout, permalink, title
| layout | permalink | title |
|---|---|---|
| default | /RE101/section1.2/ | Fundamentals |
Go Back to Reverse Engineering Malware 101
Section 1.2: Fundamentals
Anatomy of a Windows PE C program
Typical windows programs are in the Portable Executable (PE) Format. It’s portable because it contains information, resources, and references to dynamic-linked libraries (DLL) that allows windows to load and execute the machine code.



