-
Notifications
You must be signed in to change notification settings - Fork 9
Binary Analysis
Clayton T. Morrison edited this page Oct 18, 2021
·
5 revisions
llvm object file dumper
objdump -d <binary_filename>
Info about file type:
file <filename>
-
x86
-
OSX / Mach-O
- OS X ABI Mach-O File Format Reference: https://github.com/aidansteele/osx-abi-macho-file-format-reference
- Inside a Hello World executable on OSX: https://adrummond.net/posts/macho
-
Ghidra
-
ELF
-
GCC (more from the compiler direction than binary analysis, but capturing notes here...)
- Dump Gimple
gcc -fdump-tree-gimple <some_file>
- Dump Gimple