UNIX-like reverse engineering framework and command-line toolset
Go to file
pancake 65da25d4c0 * Implement STATIC PLUGIN support for r_parse
- 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
2009-08-14 01:44:12 +00:00
doc * Change the name of some types 2009-07-08 13:49:55 +02:00
libr * Implement STATIC PLUGIN support for r_parse 2009-08-14 01:44:12 +00:00
man * Initial work on the register API for r_debug 2009-04-15 11:09:36 +00:00
mk * Remove documentation in the uninstall target 2009-04-03 11:11:17 +00:00
pkgcfg * Initial vapi for r_db 2009-07-21 22:59:34 +00:00
.hgtags Added tag 0.2 for changeset b8a299e8cb05 2009-04-25 20:44:27 +02:00
AUTHORS * Lot of makefile refactoring and cleanup 2009-02-06 13:17:51 +01:00
autogen.sh * Remove documentation in the uninstall target 2009-04-03 11:11:17 +00:00
ChangeLog * Change the name of some types 2009-07-08 13:49:55 +02:00
config-user.mk.acr * Added 'pkgcfg' directory with autogenerated .pc files 2009-07-16 00:30:20 +00:00
config.mk * Sync changelog for 0.2 2009-04-25 19:43:47 +00:00
configure * Initial vapi for r_db 2009-07-21 22:59:34 +00:00
configure.acr * Initial vapi for r_db 2009-07-21 22:59:34 +00:00
env.sh * Added 'pkgcfg' directory with autogenerated .pc files 2009-07-16 00:30:20 +00:00
Makefile * Added 'pkgcfg' directory with autogenerated .pc files 2009-07-16 00:30:20 +00:00
README * Fix warn in javasm.c 2009-03-09 02:03:32 +00:00
TODO * Initial implementation of r_asm_fastcall() 2009-08-14 00:37:18 +00:00

   ____  ___ ____  ___ ____  ___  ______   ____
  |  _ \/   \'   \/   \  _ \/ _ \ \__   | /    \
  |    <  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