radare2/libr/asm/p
2017-08-01 10:23:10 +02:00
..
6502.mk Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +02:00
8051.mk Rewritten 8051 disassembler 2017-06-18 10:23:04 +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.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_8051.c Rewritten 8051 disassembler 2017-06-18 10:23:04 +02:00
asm_arc.c Some code cleanup/review for rasm2 + arc 2016-09-15 16:21:44 +02:00
asm_arm_as.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_arm_cs.c fix cs_open()-without-cs_close() memory leak in disassemble() by uncommenting //cs_close() 2017-06-15 09:06:22 +02:00
asm_arm_gnu.c Fix #7307 - Remove harmless warnings reported by a Debian user 2017-04-18 16:22:06 +02:00
asm_arm_winedbg.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_avr.c Fix #6411 - pseudo for AVR (#7978) 2017-07-20 21:36:26 +02:00
asm_bf.c Implement author and version of RAsmPlugin 2017-02-28 02:26:55 +01:00
asm_cr16.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_cris_gnu.c Fix a huge list of null derefs from clang-analyzer 2017-04-17 22:02:04 +02:00
asm_dalvik.c Remove debug eprintf 2017-08-01 10:23:10 +02:00
asm_dcpu16.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_ebc.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_evm.c Fix last covs 2017-07-11 08:46:42 +02:00
asm_gas.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_gb.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_h8300.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_hexagon_gnu.c Minor tweaks for this hexagon support 2017-06-07 11:54:00 +02:00
asm_hppa_gnu.c fix more coverities 2016-12-19 17:23:30 +01:00
asm_i4004.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_i8080.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_java.c Fix #7932 - Support relative addresses in java assembler 2017-07-17 12:17:53 +02:00
asm_lanai_gnu.c Fix 20 more covs (divBy0, dbl3, negidx, bufovr, ..) 2016-10-20 15:39:36 +02:00
asm_lh5801.c Fix null deref and infinite loop when building with no plugins 2017-02-02 13:25:21 +01:00
asm_lm32.c Fix a bunch of bugs reported by clang-analyzer 2017-04-17 19:59:14 +02:00
asm_m68k_cs.c Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
asm_malbolge.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_mcs96.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_mips_cs.c Fix regression with capstone 3 (#7666) 2017-06-03 18:18:05 +02:00
asm_mips_gnu.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
asm_msp430.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_nios2.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
asm_pic18c.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_ppc_cs.c Fix powerpc64le analysis. (#7955) 2017-07-19 14:19:51 +02:00
asm_ppc_gnu.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
asm_propeller.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_riscv.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_rsp.c Add basic support for N64 RSP processor. (#5269) 2016-07-03 22:03:26 +02:00
asm_sh.c Fix #7070 - oob read wrong init buffer asm_sh.c 2017-03-20 23:28:38 +01:00
asm_snes.c Upgrade capstone-next to get tms320c64x support and more fixes for SFC 2017-04-17 23:37:04 +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 Implement opex for sparc and remove the % from the disasm 2017-04-07 20:11:01 +02:00
asm_sparc_gnu.c Fix sparc regressions, ahi s and pd@x 2017-03-24 02:42:31 +01:00
asm_spc700.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_sysz.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_tms320.c Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
asm_tms320c64x.c Initial implementation of the anal plug for tms320c64x 2017-04-18 00:08:13 +02:00
asm_tricore.c Fix #6882 - tricore byte copy 2017-03-03 00:10:32 +01:00
asm_v810.c Fix #5666 2016-09-02 14:15:05 +02:00
asm_v850.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_vax.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
asm_wasm.c fixed r_types.h use in wasm (#7292) 2017-04-16 19:37:15 +02:00
asm_ws.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_x86_as.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_x86_cs.c Fix regression with capstone 3 (#7757) 2017-06-16 20:44:40 +02:00
asm_x86_nasm.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_x86_nz.c fixes for nz assembler (#8073) 2017-07-31 18:28:57 +02:00
asm_x86_udis.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_xap.c Rename CSR disasm/anal into XAP4 Fix #5355 2016-07-23 00:41:42 +02:00
asm_xcore_cs.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
asm_xtensa.c asm_xtensa: fix possible buffer overrun (#5820) 2016-09-22 12:21:37 +02:00
asm_z80.c Initial support for the Meson build system 2017-05-02 05:05:36 +02:00
avr.mk Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +02:00
bf.mk Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +02:00
capstone.mk Various static and iOS related build issues are now fixed 2015-12-28 02:01:45 +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 Fix #6052 - ?O supports name -> id 2016-11-02 03:49:55 +01: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
evm.mk Initial support for EVM (The Ethereum Virtual Machine) 2017-07-09 00:53:26 +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_gnu.mk Initial support for the Hexagon CPU (ripped from a binutils fork from 2013) 2017-06-07 11:43:24 +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
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 add lm32 disassembly support 2015-09-20 23:58:12 +02:00
m68k_cs.mk Initial support for capstone-m68k 2015-10-07 14:37:25 +02:00
Makefile Initial stub for gdbserver support 2017-05-22 19:37:48 +02:00
malbolge.mk Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +02:00
mcs96.mk add mcs96-disassembler (needs a lots of love) 2015-09-16 00:45:01 +00:00
mips_cs.mk Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +02:00
mips_gnu.mk Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +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
pic18c.mk Adding initial support for PIC18C diassembler 2016-03-02 11:55:22 +01:00
ppc_cs.mk PowerPC VLE support with capstone [anal/asm] (#7899) 2017-07-10 18:06:11 +02:00
ppc_gnu.mk Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +02:00
propeller.mk Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +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
spc700.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.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 Initial import of the WIP support for WebAssembly (bin + disasm) 2017-03-02 14:42:05 +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
x86_udis.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