Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 320 Bytes

radare2.md

File metadata and controls

8 lines (7 loc) · 320 Bytes
  1. izz - print all strings from the binary
  2. S= - list sections (ascii-art bars) (io.va to display paddr or vaddr)
  3. asl - translate syscall number into text form
  4. psz @ - print string at this address
  5. cp file file.bak - back up the file
  6. oo+ open file in write mode
  7. afl - list all functions