mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 15:10:53 +00:00
UNIX-like reverse engineering framework and command-line toolset
binary-analysisccommandlinedisassemblerforensicshacktoberfestmalware-analysisradare2reverse-engineeringsecurity
50fbf06b64
- rabin2 -p replaced by -f - Changed folder structure - Initial work in java plugin - Minor fixups --HG-- rename : libr/bin/p/elf/elf.c => libr/bin/format/elf/elf.c rename : libr/bin/p/elf/elf.h => libr/bin/format/elf/elf.h rename : libr/bin/p/elf/elf64.c => libr/bin/format/elf/elf64.c rename : libr/bin/p/elf/elf64.h => libr/bin/format/elf/elf64.h rename : libr/bin/p/elf/elf_specs.h => libr/bin/format/elf/elf_specs.h rename : libr/bin/p/mach0/mach0.c => libr/bin/format/mach0/mach0.c rename : libr/bin/p/mach0/mach0.h => libr/bin/format/mach0/mach0.h rename : libr/bin/p/pe/pe.c => libr/bin/format/pe/pe.c rename : libr/bin/p/pe/pe.h => libr/bin/format/pe/pe.h rename : libr/bin/p/pe/pe_specs.h => libr/bin/format/pe/pe_specs.h |
||
---|---|---|
doc | ||
libr | ||
.hgtags | ||
AUTHORS | ||
ChangeLog | ||
config.mk | ||
env.sh | ||
Makefile | ||
README | ||
TODO |
____ ___ ____ ___ ____ ___ ______ ____ | _ \/ \' \/ \ _ \/ _ \ \__ | / \ | < V . T . V < _/ .--'_/ | () | |_|\__|_|__|___/|_|_|_|\__\___/ |_____(_)____/ This is the rewrite of radare (1.x branch) to provide a framework with a set of libraries and programs to work with binary data. --pancake