Ever wonder what the relationship was between the C programming language, Assembly Language, and machine code on the x86 family of microprocessors? Learn the art of disassembly and reverse engineering on the x86 platform with the x86 Disassembly wikibook!
|
Preface
The act of program creation, using common compilers and assemblers, takes software from an information-rich source code format and transforms it into a difficult-to-read machine code format. The reverse process, trying to convert machine code into a human-readable format, is significantly more difficult and requires high-level intuition and pattern matching skills.
This book is going to discuss the disassembly and decompilation of x86 machine code and x86 assembly code.
- This book is new and could use your help. We need help with proof-reading, content authoring, editing and more. This is a wiki, so feel free to join in.
Table of Contents
Tools
Platforms
- Microsoft Windows
- GNU/Linux
- OS X
- OS X Executable Files
Code Patterns
Data Patterns
Difficulties
Resources and Licensing
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.