mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 07:00:30 +00:00
UNIX-like reverse engineering framework and command-line toolset
binary-analysisccommandlinedisassemblerforensicshacktoberfestmalware-analysisradare2reverse-engineeringsecurity
65da25d4c0
- Use the new 'asm-like' build system for r_parse plugins - Added new callback to 'assemble' parseable expressions into compilable asm code - Refactorize and remove warnings in parse_mreplace * Added r_str_char_count() in r_util * Some fixups in the fastcall code in r_asm --HG-- rename : libr/parse/p/mreplace/mmemory.c => libr/parse/p/parse_mreplace/mmemory.c rename : libr/parse/p/mreplace/mmemory.h => libr/parse/p/parse_mreplace/mmemory.h rename : libr/parse/p/mreplace/mreplace.c => libr/parse/p/parse_mreplace/mreplace.c rename : libr/parse/p/mreplace/mreplace.h => libr/parse/p/parse_mreplace/mreplace.h |
||
---|---|---|
doc | ||
libr | ||
man | ||
mk | ||
pkgcfg | ||
.hgtags | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
config-user.mk.acr | ||
config.mk | ||
configure | ||
configure.acr | ||
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