Assembly Resources
This is just a simple list of x86 resources.
From time to time, this post will be updated with further links.
As mentioned in a previous post there is no need for books when so much information is now online.
In no particular order:
Executable and link binary formats:
- Linux ELF format
- Windows COFF format
- Mac Mach-O format
Memory format is similar (see this Stackoverflow answer)