radare2/libr/parse/p
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
..
parse_mreplace * Implement STATIC PLUGIN support for r_parse 2009-08-14 01:44:12 +00:00
dummy.mk * Implement STATIC PLUGIN support for r_parse 2009-08-14 01:44:12 +00:00
Makefile * Implement STATIC PLUGIN support for r_parse 2009-08-14 01:44:12 +00:00
mreplace.mk * Implement STATIC PLUGIN support for r_parse 2009-08-14 01:44:12 +00:00
parse_dummy.c * Implement STATIC PLUGIN support for r_parse 2009-08-14 01:44:12 +00:00
parse_mreplace.c * Implement STATIC PLUGIN support for r_parse 2009-08-14 01:44:12 +00:00
parse_x86_pseudo.c * Implement STATIC PLUGIN support for r_parse 2009-08-14 01:44:12 +00:00
x86_pseudo.mk * Implement STATIC PLUGIN support for r_parse 2009-08-14 01:44:12 +00:00