Skip to content

Binary Analysis

Clayton T. Morrison edited this page Oct 18, 2021 · 5 revisions

Misc notes on working with binaries

Unix commands

llvm object file dumper

objdump -d <binary_filename>

Info about file type:

file <filename>

Resources