rizin/libr/asm/p
2014-04-14 15:39:39 +02:00
..
6502.mk add 6502-disassembler + make asm.snes shared 2014-02-24 17:24:51 +01: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.mk Initial import of the GNU aarch64 disassembler from binutils 2013-02-26 01:37:42 +01:00
arm_cs.mk Import radare2-capstone asm/anal plugins 2014-03-07 04:15:45 +01:00
arm_winedbg.mk Add new ARM disassembler plugin based on winedbg (arm_winedbg) 2012-08-07 22:17:14 +02:00
asm_6502.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_8051.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_arc.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_arm.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_arm_cs.c Import radare2-capstone asm/anal plugins 2014-03-07 04:15:45 +01:00
asm_arm_winedbg.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_avr.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_bf.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_cr16.c cr16: Initial support for CR16. 2014-03-21 21:03:17 +04:00
asm_csr.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_dalvik.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_dcpu16.c More static link fixes 2014-03-25 01:21:25 +01:00
asm_ebc.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_gas.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_gb.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_h8300.c h8300: Initial commit. 2014-02-26 19:46:13 +01:00
asm_i8080.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_java.c Added colorization to pdn and added a dead code warning if all the bytes in a method are not consumed during analysis. 2014-04-01 16:22:56 -05:00
asm_m68k.c fix branch addr when bigger than a word on m68k 2014-04-06 16:46:40 +02:00
asm_malbolge.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_mips.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_mips_cs.c fix reversed memset arguments in disassemble() 2014-04-14 15:39:39 +02:00
asm_msil.c Fix MSIL disassembler 2014-02-26 00:57:42 +01:00
asm_nios2.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_ppc.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_ppc_cs.c Import radare2-capstone asm/anal plugins 2014-03-07 04:15:45 +01:00
asm_psosvm.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_rar.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_sh.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_snes.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_sparc.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_tms320.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_ws.c Remove some warnings and unused code 2014-03-21 12:28:34 +01:00
asm_x86.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_x86_as.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_x86_cs.c Strip 'ptr ' from capsone x86 disasm 2014-03-08 03:14:10 +01:00
asm_x86_nasm.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_x86_nz.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_x86_olly.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
asm_z80.c Show bits and enhace RAsm plugin descriptions 2014-02-25 17:03:12 +01:00
avr.mk
bf.mk
cr16.mk cr16: Initial support for CR16. 2014-03-21 21:03:17 +04:00
csr.mk
dalvik.mk
dcpu16.mk More static link fixes 2014-03-25 01:21:25 +01:00
ebc.mk Initial commit for EFI Byte Code (EBC) disassembler. 2013-12-02 01:25:54 +01:00
gas.mk
gb.mk Fix r_io_desc_new issue 2013-11-15 00:04:17 +01:00
h8300.mk h8300: Initial commit. 2014-02-26 19:46:13 +01:00
i8080.mk Initial implementation of i8080 disassembler. 2012-10-29 20:51:40 +00:00
java.mk Fix linux reloc issue in link stage 2014-03-18 02:37:38 +01:00
m68k.mk * Added m68 disassembler and code analysis 2012-02-02 01:06:22 +01:00
Makefile cr16: Initial support for CR16. 2014-03-21 21:03:17 +04:00
malbolge.mk Add support for Malbolge disasm and analysis 2014-01-28 11:21:17 +01:00
mips.mk Add mips pseudocode, anal.hasnext, fix anal bugs 2012-08-31 11:45:06 +02:00
mips_cs.mk Import radare2-capstone asm/anal plugins 2014-03-07 04:15:45 +01:00
msil.mk
nios2.mk Add simple nios2 analysis plugin (colors!) 2014-01-15 22:44:14 +01:00
ppc.mk
ppc_cs.mk Import radare2-capstone asm/anal plugins 2014-03-07 04:15:45 +01:00
psosvm.mk
rar.mk Better new WebUI, fix pdf,pD, implement http.timeout and more 2012-12-03 04:01:55 +01:00
sh.mk
snes.mk Add SNES disassembler 2013-11-29 17:30:58 +01:00
sparc.mk
tms320.mk More static link fixes 2014-03-25 01:21:25 +01:00
ws.mk Add basic whitespace support #592 2014-02-02 23:56:58 +01:00
x86.mk Update udis86 from git 2013-11-15 01:37:24 +01:00
x86_as.mk * Initial import of asm.x86.as plugin 2011-08-03 21:01:56 +02:00
x86_cs.mk Import radare2-capstone asm/anal plugins 2014-03-07 04:15:45 +01:00
x86_nasm.mk
x86_nz.mk * Initial import of the asm.x86.nz plugin 2011-08-05 00:34:45 +02:00
x86_olly.mk
z80.mk * Added m68 disassembler and code analysis 2012-02-02 01:06:22 +01:00