..
6502_cs.mk
Initial support for 6502 with Capstone ##disasm
2018-12-29 16:22:08 +01:00
6502.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
8051.mk
Use -Werror when building in CI ( #17781 )
2020-10-13 12:42:57 +02:00
amd29k.mk
Add support for the amd29k architecture ##disasm ##r2con2019
2019-08-19 17:28:44 +02:00
arc.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
arm_as.mk
Fix #3136 - Add ARM and ARM64 assemmbler support from NDK
2015-08-24 15:43:13 +02:00
arm_cs.mk
Handle movk and movz in the arm64 assembler and pseudo disassembler
2016-03-17 17:26:08 +01:00
arm_gnu.mk
Update arm.gnu plugin to support CRC and UDF instructions
2015-08-28 14:40:25 +02:00
arm_winedbg.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
asm_6502_cs.c
Switch to Capstone5 as default ##asm ( #18127 )
2021-04-24 22:04:51 +02:00
asm_6502.c
Fix oobread in 6502
2021-04-05 03:11:33 +02:00
asm_8051.c
r_8051_disas should not be exported ( #15347 )
2019-10-24 13:14:05 +02:00
asm_amd29k.c
Add support for the amd29k architecture ##disasm ##r2con2019
2019-08-19 17:28:44 +02:00
asm_arc.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_arm_as.c
Implement ppc assembler plugin ##port ##refactor ( #17923 )
2020-11-20 19:20:14 +08:00
asm_arm_cs.c
Switch to Capstone5 as default ##asm ( #18127 )
2021-04-24 22:04:51 +02:00
asm_arm_gnu.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_arm_hacks.inc
Fix ARM MTE addg/subg and big endian decoding ##anal ( #17995 )
2020-12-06 18:40:13 +01:00
asm_arm_winedbg.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_avr.c
Fixed AVR anal plugin warning due unpopulated mnemonic ##rizin
2021-01-19 05:37:17 +01:00
asm_bf.c
Code cleanup and other minor refactoring changes
2021-01-09 17:38:54 +01:00
asm_chip8.c
Move breaks inside switch-case scopes
2020-12-26 11:15:03 +01:00
asm_cr16.c
Check length before disassembling cr16 instructions ##asm ( #17290 )
2020-07-16 20:48:20 +08:00
asm_cris_gnu.c
Fix buffer read callback on all gnu disassembler plugins ( #17992 ) ##disasm
2020-11-29 19:41:57 +01:00
asm_dalvik.c
Use r_str_get_fail() throughout codebase ##refactor ( #18079 )
2020-12-21 08:51:44 +01:00
asm_dcpu16.c
dcpu16/dis.c: Use snprintf/strncpy instead of sprintf/strcpy
2021-03-15 06:09:50 +01:00
asm_ebc.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_gas.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_gb.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_h8300.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_hexagon.c
Fix hexagon jumps second try ( #14867 )
2019-08-21 19:52:02 +08:00
asm_hppa_gnu.c
Fix buffer read callback on all gnu disassembler plugins ( #17992 ) ##disasm
2020-11-29 19:41:57 +01:00
asm_i4004.c
Avoid array subscript type issues ( #18295 )
2021-01-26 13:08:58 +01:00
asm_i8080.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_java.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_lanai_gnu.c
Fix buffer read callback on all gnu disassembler plugins ( #17992 ) ##disasm
2020-11-29 19:41:57 +01:00
asm_lh5801.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_lm32.c
Fix more grammar
2019-06-18 14:51:30 +08:00
asm_m68k_cs.c
Switch to Capstone5 as default ##asm ( #18127 )
2021-04-24 22:04:51 +02:00
asm_m68k_gnu.c
Add the m68k.gnu disassembler plugin ##disasm
2021-04-04 18:07:26 +02:00
asm_m680x_cs.c
Switch to Capstone5 as default ##asm ( #18127 )
2021-04-24 22:04:51 +02:00
asm_malbolge.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_mcore.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_mcs96.c
add 8bit register dereferencing for 2 operand instructions in mcs96 disassembler
2019-10-13 20:28:17 +02:00
asm_mips_cs.c
Switch to Capstone5 as default ##asm ( #18127 )
2021-04-24 22:04:51 +02:00
asm_mips_gnu.c
Improve MIPS support(mips.gnu) by migrating new codes from binutils ( #18579 ) ##disasm
2021-04-15 18:24:41 +02:00
asm_msp430.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_nios2.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_null.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_or1k.c
Fix UAF in om= ( #16149 )
2020-03-05 18:07:03 +01:00
asm_pic.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_ppc_as.c
Implement ppc assembler plugin ##port ##refactor ( #17923 )
2020-11-20 19:20:14 +08:00
asm_ppc_cs.c
Switch to Capstone5 as default ##asm ( #18127 )
2021-04-24 22:04:51 +02:00
asm_ppc_gnu.c
Add possible asm.ppc.cpu values
2021-04-05 02:19:21 +02:00
asm_propeller.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_pyc.c
Improve python disassembler and binary parser ##bin ( #18561 )
2021-04-11 01:38:49 +02:00
asm_riscv_cs.c
Switch to Capstone5 as default ##asm ( #18127 )
2021-04-24 22:04:51 +02:00
asm_riscv.c
Switch to Capstone5 as default ##asm ( #18127 )
2021-04-24 22:04:51 +02:00
asm_rsp.c
Fix #16138 - Do not preincrement when it's not necessary ( #16151 )
2020-03-05 19:06:59 +01:00
asm_sh.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_snes.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_snes.h
SNES: (kinda) handle X and M flags ( #7095 )
2017-03-23 12:53:14 +01:00
asm_sparc_cs.c
Switch to Capstone5 as default ##asm ( #18127 )
2021-04-24 22:04:51 +02:00
asm_sparc_gnu.c
Fix buffer read callback on all gnu disassembler plugins ( #17992 ) ##disasm
2020-11-29 19:41:57 +01:00
asm_sysz.c
Fix System Z ELF asm.arch & bits ( #17936 )
2020-11-19 11:43:14 +08:00
asm_tms320.c
Use -Wno-cpp to avoid errors on #warning ( #17785 )
2020-10-14 16:57:07 +08:00
asm_tms320c64x.c
Test compilation with various capstone versions ##build
2020-09-09 15:39:33 +02:00
asm_tricore.c
Support asm.cpu for Tricore architecture ( #16161 ) ##asm
2020-03-10 14:10:57 +01:00
asm_v810.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_v850_gnu.c
Fix buffer read callback on all gnu disassembler plugins ( #17992 ) ##disasm
2020-11-29 19:41:57 +01:00
asm_v850.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_vax.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_wasm.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_ws.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_x86_as.c
Implement ppc assembler plugin ##port ##refactor ( #17923 )
2020-11-20 19:20:14 +08:00
asm_x86_cs.c
Switch to Capstone5 as default ##asm ( #18127 )
2021-04-24 22:04:51 +02:00
asm_x86_nasm.c
Check for return values in about ~50 method calls ( #17025 )
2020-06-15 11:24:43 +02:00
asm_x86_nz.c
Avoid array subscript type issues ( #18295 )
2021-01-26 13:08:58 +01:00
asm_x86_vm.c
Minor dead code cleanups ( #12203 )
2018-11-19 13:00:53 +01:00
asm_xap.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_xcore_cs.c
Switch to Capstone5 as default ##asm ( #18127 )
2021-04-24 22:04:51 +02:00
asm_xtensa.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
asm_z80.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
avr.mk
Fixed ACR build scripts to build AVR disassembler and anal plugins
2021-01-19 05:37:17 +01:00
bf.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
capstone.mk
Test compilation with various capstone versions ##build
2020-09-09 15:39:33 +02:00
chip8.mk
Add chip8 disassembler and partial analyzer
2017-12-07 15:25:27 +01:00
cr16.mk
Fix iOS build
2015-06-04 04:30:48 +02:00
cris_gnu.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
cs_mnemonics.c
Unify /A into /a and move ?O into aom ( #11019 )
2018-08-11 16:39:18 +02:00
cs_version.h
Switch to Capstone5 as default ##asm ( #18127 )
2021-04-24 22:04:51 +02:00
dalvik.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
dcpu16.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
ebc.mk
Fix iOS build
2015-06-04 04:30:48 +02:00
gas.mk
Fix #3136 - Add ARM and ARM64 assemmbler support from NDK
2015-08-24 15:43:13 +02:00
gb.mk
Fix asm.gb build
2015-10-21 19:45:54 +02:00
h8300.mk
Fix iOS build
2015-06-04 04:30:48 +02:00
hexagon.mk
Hexagon QDSP6 v6 support - LGPLv3 ( #9289 )
2018-02-02 13:10:40 +01:00
hppa_gnu.mk
Add missing hppa files
2015-05-28 11:57:22 +02:00
i4004.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
i8080.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
java.mk
Refix mingw32 build
2017-05-10 00:34:05 +02:00
lanai_gnu.mk
Initial support for LANAI disassembler
2016-02-15 13:27:23 +01:00
lh5801.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
lm32.mk
Fix plugin linking issues
2017-12-06 15:06:06 +08:00
m68k_cs.mk
Initial support for capstone-m68k
2015-10-07 14:37:25 +02:00
m68k_gnu.mk
Add the m68k.gnu disassembler plugin ##disasm
2021-04-04 18:07:26 +02:00
m680x_cs.mk
Rename m68xx to m680x for consistency
2018-12-29 17:42:07 +01:00
Makefile
Implement ppc assembler plugin ##port ##refactor ( #17923 )
2020-11-20 19:20:14 +08:00
malbolge.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
mcore.mk
C-Sky and MCore support for r2 ( #11448 )
2018-09-08 19:52:33 +02:00
mcs96.mk
add mcs96-disassembler (needs a lots of love)
2015-09-16 00:45:01 +00:00
mips_cs.mk
Move mipsasm from mips_gnu to mips_cs
2018-12-15 18:32:24 +01:00
mips_gnu.mk
Improve MIPS support(mips.gnu) by migrating new codes from binutils ( #18579 ) ##disasm
2021-04-15 18:24:41 +02:00
msp430.mk
Fix iOS build
2015-06-04 04:30:48 +02:00
nios2.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
null.mk
Fix #13208 - Initial import of the asm.null plugin ##asm
2019-02-27 11:40:43 +01:00
or1k.mk
Add support for or1k (OpenRISC) disasm+analysis ( #15515 ) ##arch
2019-11-29 11:35:16 +01:00
pic.mk
Add support for PIC Midrange & Enhanced Midrange ( #10199 )
2018-05-28 16:20:21 +02:00
ppc_as.mk
Implement ppc assembler plugin ##port ##refactor ( #17923 )
2020-11-20 19:20:14 +08:00
ppc_cs.mk
added ppc Paired single ( #9172 )
2018-01-11 14:07:30 +01:00
ppc_gnu.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
propeller.mk
Fix plugin linking issues
2017-12-06 15:06:06 +08:00
pyc.mk
Add Python bytecode plugins ( #16771 )
2020-05-13 10:37:09 +08:00
riscv_cs.mk
Initial import of the RISCV capstone plugins for asm and anal ##disasm ( #14117 )
2019-05-21 02:24:24 +02:00
riscv.mk
Fix static builds
2015-11-01 00:20:58 +01:00
rsp.mk
Add basic support for N64 RSP processor. ( #5269 )
2016-07-03 22:03:26 +02:00
sh.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
snes.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
sparc_cs.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
sparc_gnu.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
sysz.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
tms320.mk
Fix mingw32 build
2017-05-09 02:42:16 +02:00
tricore.mk
Initial import of asm.tricore disassembler plugin
2016-01-30 02:47:17 +01:00
v810.mk
Add V810 support
2015-07-08 21:09:59 +02:00
v850_gnu.mk
Implement v850.gnu disassembler plugin ##disasm
2020-11-28 19:39:23 +01:00
v850.mk
Fix iOS build
2015-06-04 04:30:48 +02:00
vax.mk
Initial import of the VAX asm/anal/bin support
2015-11-23 12:34:53 +01:00
wasm.mk
WASM analysis - initial stub ( #9091 )
2017-12-29 19:56:33 +01:00
ws.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
x86_as.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
x86_cs.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
x86_nasm.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
x86_nz.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
xap.mk
Rename CSR disasm/anal into XAP4 Fix #5355
2016-07-23 00:41:42 +02:00
xcore_cs.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
xtensa.mk
Initial support for xtensa CPU disassmbler (from GNU binutils)
2016-01-28 23:59:50 +01:00
z80.mk
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00