Skip to content

Instantly share code, notes, and snippets.

View athiri's full-sized avatar
🎯
Focusing

Mark athiri

🎯
Focusing
View GitHub Profile

radare2

load without any analysis (file header at offset 0x0): r2 -n /path/to/file

  • analyze all: aa
  • show sections: iS
  • list functions: afl
  • list imports: ii
  • list entrypoints: ie
  • seek to function: s sym.main