Please enable JavaScript.
Coggle requires JavaScript to display documents.
Practical binary analysis (Part 3. Advanced binary analysis (Chapter 8.…
Practical binary analysis
Part 1.
Binary formats
Chapter 1.
Anatomy of a binary
Chapter 2.
The ELF Format
Chapter 3.
The PE format: a brief introduction
Chapter 4.
Building a binary loader using libbfd
Part 2.
Binary analysis fundamentals
Chapter 5.
Basic binary analysis in linux
Chapter 6.
Disassembly and binary analysis fundamentals
Chapter 7.
Simple code injection techniques for ELF
Part 3.
Advanced binary analysis
Chapter 8.
Customizing disassembly
Chapter 9.
Binary instrumentation
Chapter 10.
Principles of dynamic taint analysis
Chapter 11.
Practical dynamic taint analysis with libdtf
Chapter 12.
Principles of symbolic execution
Chapter 13.
Practical symbolic execution with triton
Part 4.
Appendices
Appendix A.
A crash course on x86 assembly
Appendix B.
Implementing PT_NOTE overwriting using libelf
Appendix C.
List of binary analysis tools
Appendix D.
Further reading