Binary formats¶
Machine code reaches a processor as a binary file, built for one operating system on one hardware architecture and no other. The format that wraps it, its sections, its symbols, its entry point, is the first thing to read when taking it apart.
The anatomy of binary formats and the binary life cycle.