.. |
6502.mk
|
add 6502-disassembler + make asm.snes shared
|
2014-02-24 17:24:51 +01:00 |
8051.mk
|
8051 - remove inclusion of the C source
|
2014-05-10 18:18:26 +04:00 |
arc.mk
|
|
|
arm_cs.mk
|
Add --with-syscapstone configure flag
|
2014-06-24 12:48:29 +02:00 |
arm_gnu.mk
|
Rename GNU plugins to _gnu
|
2014-06-25 12:22:08 +02:00 |
arm_winedbg.mk
|
|
|
asm_6502.c
|
Add Capstone SystemZ and SPARC disassembler and analysis plugins
|
2014-05-17 02:53:37 +02:00 |
asm_8051.c
|
8051 is a 8bit cpu, set asm.bits when asm.arch doesnt supports current value
|
2014-06-10 11:48:02 +02:00 |
asm_arc.c
|
Show bits and enhace RAsm plugin descriptions
|
2014-02-25 17:03:12 +01:00 |
asm_arm_cs.c
|
Aim to fix some crashes related to capstone on !x86
|
2014-07-23 01:16:43 +02:00 |
asm_arm_gnu.c
|
Fix rasm2 -a arm -b 16
|
2014-08-22 01:17:36 +02:00 |
asm_arm_winedbg.c
|
Fix non-shared capstone build
|
2014-06-24 13:34:11 +02: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
|
Aim to fix all coverity issues related to dalvik
|
2014-08-01 01:26:08 +02: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
|
Fix static build
|
2014-06-25 04:11:43 +02:00 |
asm_m68k.c
|
fixing warnings (not the unused ones) in various files
|
2014-04-28 12:58:35 -05:00 |
asm_malbolge.c
|
Fix some clang warnings
|
2014-06-13 23:41:36 +02:00 |
asm_mips_cs.c
|
Rollback to use GNU disassembler for MIPS. Capstone is still buggy
|
2014-08-10 17:15:49 +02:00 |
asm_mips_gnu.c
|
More coverifix
|
2014-08-17 21:04:12 +02:00 |
asm_msil.c
|
Fix MSIL disassembler
|
2014-02-26 00:57:42 +01:00 |
asm_nios2.c
|
Add sys/ios-sdk build scripts
|
2014-05-17 04:41:33 +02:00 |
asm_ppc_cs.c
|
Add Cydia packaging
|
2014-05-18 03:15:38 +02:00 |
asm_ppc.c
|
Show bits and enhace RAsm plugin descriptions
|
2014-02-25 17:03:12 +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
|
Fix CID 1135187
|
2014-04-30 01:56:36 +02:00 |
asm_snes.c
|
fix gcc-warnings, thx @jvoisin
|
2014-06-06 15:46:32 +02:00 |
asm_sparc_cs.c
|
Aim to fix some crashes related to capstone on !x86
|
2014-07-23 01:16:43 +02:00 |
asm_sparc.c
|
Show bits and enhace RAsm plugin descriptions
|
2014-02-25 17:03:12 +01:00 |
asm_spc700.c
|
add spc700-disassembler
|
2014-06-16 01:14:52 +02:00 |
asm_sysz.c
|
Coverifix
|
2014-07-30 22:26:13 +02:00 |
asm_tms320.c
|
Show bits and enhace RAsm plugin descriptions
|
2014-02-25 17:03:12 +01:00 |
asm_v850.c
|
Adds v850 support.
|
2014-05-16 15:56:52 +04:00 |
asm_ws.c
|
Remove some warnings and unused code
|
2014-03-21 12:28:34 +01:00 |
asm_x86_as.c
|
Fix CID 1211138
|
2014-05-06 01:13:39 +04:00 |
asm_x86_cs.c
|
Fix some coverity issues
|
2014-07-25 17:11:14 +02:00 |
asm_x86_nasm.c
|
Add checks to "r_file_mkstemp" calls
|
2014-04-28 11:36:19 +02:00 |
asm_x86_nz.c
|
Fix #997 - Can't assemble xor eax,eax on 64bit
|
2014-06-30 01:46:34 +02:00 |
asm_x86_olly.c
|
Reduce RAsmOp struct size from 4096 to 384 bytes
|
2014-07-31 03:37:38 +02:00 |
asm_x86.c
|
Fix udis86 64bit jump immediate regression issue
|
2014-05-15 23:39:19 +02:00 |
asm_xcore_cs.c
|
Add initial XCore capstone disassembler and code analysis plugins
|
2014-05-27 23:08:59 +02:00 |
asm_z80.c
|
Show bits and enhace RAsm plugin descriptions
|
2014-02-25 17:03:12 +01:00 |
avr.mk
|
|
|
bf.mk
|
|
|
capstone.mk
|
More warning and build fixes
|
2014-06-25 02:30:42 +02:00 |
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
|
|
|
java.mk
|
FIx w32 build
|
2014-06-25 04:19:23 +02:00 |
m68k.mk
|
|
|
Makefile
|
Rename GNU plugins to _gnu
|
2014-06-25 12:22:08 +02:00 |
malbolge.mk
|
Add support for Malbolge disasm and analysis
|
2014-01-28 11:21:17 +01:00 |
mips_cs.mk
|
Add --with-syscapstone configure flag
|
2014-06-24 12:48:29 +02:00 |
mips_gnu.mk
|
Rename GNU plugins to _gnu
|
2014-06-25 12:22:08 +02:00 |
msil.mk
|
|
|
nios2.mk
|
Add simple nios2 analysis plugin (colors!)
|
2014-01-15 22:44:14 +01:00 |
ppc_cs.mk
|
Add --with-syscapstone configure flag
|
2014-06-24 12:48:29 +02:00 |
ppc.mk
|
|
|
psosvm.mk
|
|
|
rar.mk
|
|
|
sh.mk
|
|
|
snes.mk
|
Add SNES disassembler
|
2013-11-29 17:30:58 +01:00 |
sparc_cs.mk
|
Add --with-syscapstone configure flag
|
2014-06-24 12:48:29 +02:00 |
sparc.mk
|
|
|
spc700.mk
|
add spc700-disassembler
|
2014-06-16 01:14:52 +02:00 |
sysz.mk
|
Add --with-syscapstone configure flag
|
2014-06-24 12:48:29 +02:00 |
tms320.mk
|
More static link fixes
|
2014-03-25 01:21:25 +01:00 |
v850.mk
|
Adds v850 support.
|
2014-05-16 15:56:52 +04:00 |
ws.mk
|
Add basic whitespace support #592
|
2014-02-02 23:56:58 +01:00 |
x86_as.mk
|
|
|
x86_cs.mk
|
Add --with-syscapstone configure flag
|
2014-06-24 12:48:29 +02:00 |
x86_nasm.mk
|
|
|
x86_nz.mk
|
|
|
x86_olly.mk
|
|
|
x86.mk
|
Update udis86 from git
|
2013-11-15 01:37:24 +01:00 |
xcore_cs.mk
|
Add --with-syscapstone configure flag
|
2014-06-24 12:48:29 +02:00 |
z80.mk
|
|
|