|
|
 |
PE File Format...
Inside with NASM Assembler... |
|
|
|
 | Little PE Executable |  |
To get the ball rolling - let's write a bare minimum executable in assembly using NASM - I mean really bare - just the essentials to create a valid executable that runs and closes - we won't include any libraries or complex code - it will be just the PE structures (headers/offsets) - code to return and exit and that's all. This helps you focus solely on the basic PE structure without getting into the import table complexities.
|
|