mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
UNIX-like reverse engineering framework and command-line toolset
binary-analysisccommandlinedisassemblerforensicshacktoberfestmalware-analysisradare2reverse-engineeringsecurity
1f1a36c817
- It's like r_vm, but using r_anal - r_vm is going to be deprecated * Added r_mem_set_num() * Remove deprecated asm/t/fastcall example * Fix warnings in r_syscall_regs - Integrated with r_syscall_use() - Fix r_syscall_reg() out of bound bug --HG-- rename : libr/syscall/regs.c => libr/syscall/fastcall.h |
||
---|---|---|
binr | ||
doc | ||
doc.sw | ||
libr | ||
man | ||
mk | ||
pkgcfg | ||
swig | ||
test | ||
.hgtags | ||
AUTHORS | ||
autogen.sh | ||
build.sh | ||
ChangeLog | ||
config-user.mk.acr | ||
configure | ||
configure-plugins | ||
configure.acr | ||
configure.hook | ||
env.sh | ||
global.mk | ||
INSTALL | ||
LICENSE | ||
Makefile | ||
plugins.def.cfg | ||
README | ||
TODO | ||
TODO.decompiler | ||
TODO.hackaton | ||
TODO.poll |
____ ___ ___ ___ ____ ___ ____ | _ \/ \| \/ \ _ \/ _ \ |__ \ | < V . | , 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