radare2/libr/asm/p
pancake a1f45dbf8a * Add support for static plugins to r_debug
- r_debug_ptrace is now static by default
* Some code cleanup and warnings removal
* Added hg-utils.mk and MKPLUGINS directive in user-config
* Initial implementation of dbg_gdb r_debug plugin
  - Import ERESI's libgdbwrap from r1
* Add some missing files (asm/p/fastcall_mips.h, core/t/ragrep2.c)
* Added r_str_bool helper to get "true"/"false" from int
2009-08-22 01:54:24 +00:00
..
arm.mk * Huge build system refactoring 2009-04-01 00:28:13 +00:00
asm_arm.c * Change the name of some types 2009-07-08 13:49:55 +02:00
asm_bf.c * Change the name of some types 2009-07-08 13:49:55 +02:00
asm_csr.c * Change the name of some types 2009-07-08 13:49:55 +02:00
asm_dummy.c * Initial implementation of r_asm_fastcall() 2009-08-14 00:37:18 +00:00
asm_java.c * Change the name of some types 2009-07-08 13:49:55 +02:00
asm_m68k.c * Change the name of some types 2009-07-08 13:49:55 +02:00
asm_mips.c * Implement STATIC PLUGIN support for r_parse 2009-08-14 01:44:12 +00:00
asm_ppc.c * Change the name of some types 2009-07-08 13:49:55 +02:00
asm_psosvm.c * Change the name of some types 2009-07-08 13:49:55 +02:00
asm_sparc.c * Change the name of some types 2009-07-08 13:49:55 +02:00
asm_x86_bea.c * Implement STATIC PLUGIN support for r_parse 2009-08-14 01:44:12 +00:00
asm_x86_nasm.c * Initial implementation of r_asm_fastcall() 2009-08-14 00:37:18 +00:00
asm_x86_olly.c * Implement STATIC PLUGIN support for r_parse 2009-08-14 01:44:12 +00:00
asm_x86.c * Implement STATIC PLUGIN support for r_parse 2009-08-14 01:44:12 +00:00
bf.mk * Add 'static-plugin' feature to r_asm module 2009-03-08 23:49:15 +00:00
csr.mk * Add 'static-plugin' feature to r_asm module 2009-03-08 23:49:15 +00:00
dummy.mk * Add 'static-plugin' feature to r_asm module 2009-03-08 23:49:15 +00:00
fastcall_mips.h * Add support for static plugins to r_debug 2009-08-22 01:54:24 +00:00
fastcall_x86.h * Implement STATIC PLUGIN support for r_parse 2009-08-14 01:44:12 +00:00
java.mk * Add 'static-plugin' feature to r_asm module 2009-03-08 23:49:15 +00:00
m68k.mk * Add 'static-plugin' feature to r_asm module 2009-03-08 23:49:15 +00:00
Makefile * Initial implementation of r_asm_fastcall() 2009-08-14 00:37:18 +00:00
mips.mk * Add 'static-plugin' feature to r_asm module 2009-03-08 23:49:15 +00:00
ppc.mk * Add 'static-plugin' feature to r_asm module 2009-03-08 23:49:15 +00:00
psosvm.mk * Apply skurz0's patch implementing psosvm architecture for r_asm 2009-04-22 20:17:49 +02:00
sparc.mk * Add 'static-plugin' feature to r_asm module 2009-03-08 23:49:15 +00:00
x86.mk * Add support for static plugins to r_debug 2009-08-22 01:54:24 +00:00
x86bea.mk * Added 'static-plugin' feature to r_bin module 2009-03-09 13:03:42 +01:00
x86nasm.mk * Move buf_hex memcpy in r_asm instead of dupped code in every plugin 2009-04-13 22:47:02 +00:00
x86olly.mk * Add 'static-plugin' feature to r_asm module 2009-03-08 23:49:15 +00:00