rdr
rdr copied to clipboard
Rdr is a cross-platform binary analysis and reverse engineering library, utilizing a unique symbol map for global analysis.
Bin2json features
ELF symbol lookups, i.e.: `rdr -m -f pthread_cond_signal` need explicit versioning against libraries in linux/ELF, otherwise an erroneous warning is posted that multiple libraries were resolved for the same symbol...
Currently `rdr` makes bad distinctions between offsets and vmaddr. Unfortunately, our previous binary masters believed that embedding vmaddresses in the binary was the responsibility of the binary and not the...
When a mach map is built: `rdr -m -f _printf -D` will incorrectly disassemble the wrong area, as rdr sucks out the 64-bit binary and all offsets are not relative...