radare2/libr/asm/p
2013-06-27 19:05:25 +02:00
..
8051.mk Initial 8051 disasm and ihex:// io plugin 2013-04-09 20:05:36 +02:00
arc.mk Update ARC disassembler and add support for compact arc 2013-06-24 23:57:19 +02:00
arm_winedbg.mk Add new ARM disassembler plugin based on winedbg (arm_winedbg) 2012-08-07 22:17:14 +02:00
arm.mk Initial import of the GNU aarch64 disassembler from binutils 2013-02-26 01:37:42 +01:00
asm_8051.c Enhace 8085 disasm and add basic code analysis support 2013-04-10 02:04:50 +02:00
asm_arc.c Update ARC disassembler and add support for compact arc 2013-06-24 23:57:19 +02:00
asm_arm_winedbg.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_arm.c Clear runtime warn for arm64 2013-06-27 19:05:25 +02:00
asm_avr.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_bf.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_c55plus.c Initial import of the c55+ disassembler (by th0rpe) 2013-05-15 16:11:15 +02:00
asm_csr.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_dalvik.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_dcpu16.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_gas.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_i8080.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_java.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_m68k.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_mips.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_msil.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_ppc.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_psosvm.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_rar.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_sh.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_sparc.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_x86_as.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_x86_nasm.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_x86_nz.c Use '$$' instead of '$pc' in r_asm_assemble() 2013-04-24 09:14:08 +02:00
asm_x86_olly.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
asm_x86.c Fix 16bit disasm bug using udis86. Fixes #25 #83 2013-04-29 09:20:16 +02:00
asm_z80.c Break ABI. r_asm_disassemble's length is now 'int' 2013-04-09 22:54:04 +02:00
avr.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
bf.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
c55plus.mk Initial import of the c55+ disassembler (by th0rpe) 2013-05-15 16:11:15 +02:00
csr.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
dalvik.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
dcpu16.mk * Added dcpu16 assembler/disassembler in r_asm 2012-06-21 15:13:42 +02:00
gas.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
i8080.mk Initial implementation of i8080 disassembler. 2012-10-29 20:51:40 +00:00
java.mk Better new WebUI, fix pdf,pD, implement http.timeout and more 2012-12-03 04:01:55 +01:00
m68k.mk * Added m68 disassembler and code analysis 2012-02-02 01:06:22 +01:00
Makefile Initial import of the c55+ disassembler (by th0rpe) 2013-05-15 16:11:15 +02:00
mips.mk Add mips pseudocode, anal.hasnext, fix anal bugs 2012-08-31 11:45:06 +02:00
msil.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
ppc.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
psosvm.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
rar.mk Better new WebUI, fix pdf,pD, implement http.timeout and more 2012-12-03 04:01:55 +01:00
sh.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
sparc.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
x86_as.mk * Initial import of asm.x86.as plugin 2011-08-03 21:01:56 +02:00
x86_nasm.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
x86_nz.mk * Initial import of the asm.x86.nz plugin 2011-08-05 00:34:45 +02:00
x86_olly.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
x86.mk Lot of build fixes for --as-needed and mingw32 2012-08-10 11:35:38 +02:00
z80.mk * Added m68 disassembler and code analysis 2012-02-02 01:06:22 +01:00