rdr icon indicating copy to clipboard operation
rdr copied to clipboard

Rdr is a cross-platform binary analysis and reverse engineering library, utilizing a unique symbol map for global analysis.

Results 4 rdr issues
Sort by recently updated
recently updated
newest added

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...