What have you used quickRVA for?
Posted: Thu Jun 26, 2014 9:43 pm
So from aluigi's site I see this tool. I also saw him referencing it in the password-finding thread.cool and easy to use RVA converter for various types of executables which allows to convert file offsets to a memory offsets and viceversa.
at the moment the tool supports DOS, LE, PE (both 32 and 64 bits), VXD, ROM, OS2, ELF (both 32 and 64 bits) and XBE executables in little-endian mode.
it contains tons of useful features like drag'n'drop, files and processes loading, C style text/binary search, hex visualization of the data at current offset, various details about each section of the executable, real-time disassembling (16, 32 and 64 bits supported) of the visualized bytes with parsing of the ASCII and unicode strings, navigation in the window of the hex dump and the disassembled instructions and more.
From the description it seems like something really cool.
Has anyone used it in any of their projects?