i Get info about opened file from r_bin

Usage: i Get info from opened file (see rabin2's manpage)

  • Output mode:
  • '*' Output in radare commands
  • 'j' Output in json
  • 'q' Simple quiet output
  • Actions:

  • i|ij Show info of current file (in JSON)

  • iA List archs
  • ia 🚀 Show all info (imports, exports, sections..)asciinema
  • ib Reload the current buffer for setting of the bin (use once only)
  • ic List classes, methods and fields
  • icc List classes, methods and fields in Header Format
  • iC Show signature info (entitlements, ...)

  • id[?] Debug information (source lines)

  • idp Load pdb file information

  • iD lang sym demangle symbolname for given language
  • ie Entrypoint
  • iee 🚀 shows entrypoint and endpoint. Shows init and fini asciinema
  • iE 🚀 Exports (global symbols)asciinema
  • iE. Current export
  • iEj. Current export as json
  • ih 🚀 Headers (alias for iH)asciinema
  • iHH 🚀 Verbose Headers in raw text asciinema
  • ii Imports
  • iI Binary info - > 🚀 Use iI to show binary information. Similar to the file command. asciinema
  • ik [query] 🚀 Key-value database from RBinObject asciinema
  • il Libraries information libraries
    • 🚀 il can be used to show linked libraries asciinema

  • il. show libraries
  • iL [plugin] List all RBin plugins loaded or plugin details
  • im Show info about predefined memory allocation
  • iM 🚀 Show main address asciinema
  • io [file] Load info from file (or last opened) use bin.baddr
  • ir Relocs
  • iR Resources
  • is Symbols
  • is. Current symbol
  • iS[j] [entropy,sha1] Sections (choose which hash algorithm to use)
    • 🚀 iS [entropy,[hash_name]] can be used to calculate the entropy hash of all the sections asciinema

  • iS. Current section
  • iV 🚀 Display file version info asciinema
  • iX Display source files used (via dwarf)
  • iz|izj Strings in data sections (in JSON/Base64)
  • izz Search for Strings in the whole binary
  • iZ Guess size of binary program