Skip to content

Instantly share code, notes, and snippets.

View friedy10's full-sized avatar
🏠
Working from home

Friedrich Doku friedy10

🏠
Working from home
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