.. |
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 |
alpha.mk
|
Add support for the ALPHA disassembler ##disasm
|
2021-10-01 19:16:03 +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_v35.mk
|
Add armv7 to the arm.v35 plugin ##disasm
|
2021-10-19 20:21:36 +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
|
Disable the disassembler logic in the asm plugin for 8051 ##asm
|
2021-12-14 10:16:58 +01:00 |
asm_alpha.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_amd29k.c
|
Add support for the amd29k architecture ##disasm ##r2con2019
|
2019-08-19 17:28:44 +02:00 |
asm_arc.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_arm_as.c
|
Implement ppc assembler plugin ##port ##refactor (#17923)
|
2020-11-20 19:20:14 +08:00 |
asm_arm_cs.c
|
Increase local buffer to avoid some scary long instruction truncation
|
2022-01-07 01:07:04 +01:00 |
asm_arm_gnu.c
|
Many indentation style fixes
|
2021-11-18 10:43:52 +01: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_v35_v7.c
|
Add armv7 to the arm.v35 plugin ##disasm
|
2021-10-19 20:21:36 +02:00 |
asm_arm_v35.c
|
Remove trailing spaces (#19460)
|
2021-12-02 17:39:59 +01:00 |
asm_arm_winedbg.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
asm_avr.c
|
Fix indent issues, pass out buffer size and fix disasm return value
|
2021-12-09 09:51:29 +01:00 |
asm_bf.c
|
Code cleanup and other minor refactoring changes
|
2021-01-09 17:38:54 +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 static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_dalvik.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_dcpu16.c
|
dcpu16/dis.c: Use snprintf/strncpy instead of sprintf/strcpy
|
2021-03-15 06:09:50 +01: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_hppa_gnu.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +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_jdh8.c
|
Changes to be committed:
|
2021-11-24 19:29:16 +01:00 |
asm_lanai_gnu.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +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
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01: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
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_mips_cs.c
|
Switch to Capstone5 as default ##asm (#18127)
|
2021-04-24 22:04:51 +02:00 |
asm_mips_gnu.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_msp430.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
asm_nios2.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_null.c
|
More build fixes, googlefuzz integration, add r_asm_cpus() api via the wip 'al' command
|
2021-12-17 00:15:38 +01:00 |
asm_or1k.c
|
Fix UAF in om= (#16149)
|
2020-03-05 18:07:03 +01:00 |
asm_pdp11_gnu.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +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
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_propeller.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
asm_pyc.c
|
Fix crash when using the pyc disassembler without pyc bin ##anal
|
2021-10-15 02:51:24 +02:00 |
asm_riscv_cs.c
|
Switch to Capstone5 as default ##asm (#18127)
|
2021-04-24 22:04:51 +02:00 |
asm_riscv.c
|
Initial implementation of the RISCV assembler ##asm (#19144)
|
2021-09-28 11:18:23 +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_s390_cs.c
|
Fix disasm alignment of data words in s390x disassembler plugins ##anal (#18746)
|
2021-05-24 20:26:24 +02:00 |
asm_s390_gnu.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_sh.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_snes.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_snes.h
|
Remove trailing spaces (#19460)
|
2021-12-02 17:39:59 +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 static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_tms320.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_tms320c64x.c
|
Test compilation with various capstone versions ##build
|
2020-09-09 15:39:33 +02:00 |
asm_tricore.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +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 static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_v850.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
asm_vasm.c
|
Add the first multiarch assembler plugin: vasm ##asm
|
2021-10-12 21:49:11 +02:00 |
asm_vax.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01: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
|
Use cs_disasm_iter in anal.x86.cs to use less heap ##analysis
|
2021-12-12 21:48:09 +01:00 |
asm_x86_nasm.c
|
Initial implementation of the 'aafs' command ##analysis
|
2021-12-23 18:58:38 +01:00 |
asm_x86_nz.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +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
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
asm_z80.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
avr.mk
|
add registers sreg, adcl and adch
|
2021-12-09 09:51:29 +01:00 |
bf.mk
|
Add support for iOS-simulator and static-OSX builds
|
2015-04-14 17:14:43 +02:00 |
capstone.mk
|
Initial support for capstone-less compilations ##build
|
2021-06-21 17:48:00 +02: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 |
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 |
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 |
jdh8.mk
|
Add jdh-8 asm-plugin template
|
2021-11-24 19:29:16 +01: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
|
Add support for the new loongarch architecture ##analysis
|
2021-12-23 12:37:29 +01:00 |
malbolge.mk
|
Add support for iOS-simulator and static-OSX builds
|
2015-04-14 17:14:43 +02:00 |
mcore.mk
|
Remove trailing spaces (#19460)
|
2021-12-02 17:39:59 +01: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
|
Initial support for capstone-less compilations ##build
|
2021-06-21 17:48:00 +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 |
pdp11_gnu.mk
|
Add PDP-11 disassembler support from binutils ##disasm (#19141)
|
2021-09-27 14:22:22 +02: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
|
Remove trailing spaces (#19460)
|
2021-12-02 17:39:59 +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
|
Collapse all opcode_*.c files into opcode_all.c ##build (#18627)
|
2021-04-25 03:05:35 +02: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 |
s390_cs.mk
|
Rename sysz to s390 and add the s390.gnu plugin from binutils 2.36 ##asm
|
2021-05-04 04:01:22 +02:00 |
s390_gnu.mk
|
Rename sysz to s390 and add the s390.gnu plugin from binutils 2.36 ##asm
|
2021-05-04 04:01:22 +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 |
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 |
vasm.mk
|
Add the first multiarch assembler plugin: vasm ##asm
|
2021-10-12 21:49:11 +02:00 |
vax.mk
|
Initial import of the VAX asm/anal/bin support
|
2015-11-23 12:34:53 +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 |