Tools
Features
Strings references
  • All strings that where found as beeing used during the disassembly are listed in alphabetical order.
  • All objects that where found as beeing used during the disassembly are listed in alphabetical order.
  • The address of each symbol is printed before each symbol.



  • All functions name are printed in alphabetical order if symbols are still on the elf file (which is the case most of the time).
  • All symbols can be printed on an other file that the disassembly to ease symbol search: This allows to search for a symbol without searching throught the whole deadlisting.
Functions references



Classes references
  • RevEng was designed to handle C++ written apps. That's why you will also get all C++ classes of your disassembled app.
  • For each class are alphabeticaly listed all methods.



  • Jumps and called references.
  • Functions, objects, and strings references.
  • Advanced parsing engine that allow RevEng to guess what is in registers
  • Partial parameters references: RevEng can ease you to understand a function by printing the type of the data that is handled when possible.
  • You can add new data types in the configuration file.
  • RevEng generates a tag file to ease the navigation when reading the generated file with vim.
Classes references