radare2/libr/anal/p
2022-04-19 01:50:13 +02:00
..
6502_cs.mk Initial support for 6502 with Capstone ##disasm 2018-12-29 16:22:08 +01:00
6502.mk
8051.mk
amd29k.mk Add support for the amd29k architecture ##disasm ##r2con2019 2019-08-19 17:28:44 +02:00
anal_6502_cs.c Remove asm.6502_cs and merge disasm into the anal (#19632) 2022-01-26 16:37:19 +01:00
anal_6502.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
anal_8051.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
anal_amd29k.c Cleanup RAnalOpCallback functions (#16803) 2020-05-11 12:10:10 +08:00
anal_arc.c Proper setreg callback for anal plugins 2020-04-13 21:24:01 +02:00
anal_arm_cs.c Fix incorrect op-type assignment in anal_arm_cs 2022-03-28 22:23:37 +02:00
anal_arm_gnu.c Many indentation style fixes 2021-11-18 10:43:52 +01:00
anal_arm_hacks.inc Fix ARM MTE addg/subg and big endian decoding ##anal (#17995) 2020-12-06 18:40:13 +01:00
anal_arm_regprofile.inc Add R0 and F0 aliases, add register profile for MSP430 2022-03-18 15:03:09 +01:00
anal_arm_v35.c Implement ESIL for the Stlxr arm64 instructions ##esil 2022-03-01 16:53:18 +01:00
anal_avr.c Dont use != NULL as its implicit in C, even for bool casts ##refactor 2022-03-15 19:54:04 +01:00
anal_bf.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
anal_chip8.c Finish the dechip from asm 2021-12-17 12:11:05 +01:00
anal_cr16.c Check length before disassembling cr16 instructions ##asm (#17290) 2020-07-16 20:48:20 +08:00
anal_cris.c Fix 1 byte oobread in the cris analysis plugin ##crash 2022-04-01 21:03:24 +02:00
anal_dalvik.c Fix signed shift bug (UB) in dalvik analysis plugin 2022-03-21 17:14:59 +01:00
anal_ebc.c Remove duplicate ebc disasm assignment 2022-03-01 15:53:34 +01:00
anal_evm_cs.c Improve EVM analysis and update tests ##esil 2022-02-01 17:01:59 +01:00
anal_gb.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
anal_h8300.c Fix incorrect uses of printf-like functions ##refactor (#17648) 2020-10-13 16:26:15 +02:00
anal_i4004.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
anal_i8080.c Cleanup RAnalOpCallback functions (#16803) 2020-05-11 12:10:10 +08:00
anal_java.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
anal_kvx.c Add anal plugin for kvx architecture 2022-03-02 13:56:34 +01:00
anal_loongarch_gnu.c Add RAnal.use in RAnalBind to use it from RAsm ##analysis 2022-04-19 01:50:13 +02:00
anal_m68k_cs.c Add archinfo for m68k and properly handle truncated instructions 2022-01-28 15:43:46 +01:00
anal_m680x_cs.c Test compilation with various capstone versions ##build 2020-09-09 15:39:33 +02:00
anal_malbolge.c Cleanup RAnalOpCallback functions (#16803) 2020-05-11 12:10:10 +08:00
anal_mcore.c Cleanup RAnalOpCallback functions (#16803) 2020-05-11 12:10:10 +08:00
anal_mips_cs.c Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
anal_mips_gnu.c Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
anal_msp430.c Add R0 and F0 aliases, add register profile for MSP430 2022-03-18 15:03:09 +01:00
anal_nios2.c Cleanup RAnalOpCallback functions (#16803) 2020-05-11 12:10:10 +08:00
anal_null.c Cleanup RAnalOpCallback functions (#16803) 2020-05-11 12:10:10 +08:00
anal_or1k.c Dont use != NULL as its implicit in C, even for bool casts ##refactor 2022-03-15 19:54:04 +01:00
anal_pic.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
anal_ppc_cs.c Fix PPC ESIL of addis instruction ##esil 2022-03-25 23:01:26 +01:00
anal_ppc_gnu.c Cleanup RAnalOpCallback functions (#16803) 2020-05-11 12:10:10 +08:00
anal_propeller.c Cleanup RAnalOpCallback functions (#16803) 2020-05-11 12:10:10 +08:00
anal_pyc.c Improve the reg profile for python ##anal 2021-10-15 02:51:24 +02:00
anal_riscv_cs.c Many indentation style fixes 2021-11-18 10:43:52 +01:00
anal_riscv.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
anal_rsp.c Fix incorrect uses of printf-like functions ##refactor (#17648) 2020-10-13 16:26:15 +02:00
anal_s390_cs.c Significantly reduce memory leaks in anal tests (#19759) 2022-02-27 14:57:58 -06:00
anal_sh.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
anal_snes.c Mark all globals (or most of them) as TLS variables ##core 2022-01-21 17:04:56 +01:00
anal_sparc_cs.c Remove duplicate definitions of esilprintf (#18567) 2021-04-11 03:30:47 +02:00
anal_sparc_gnu.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
anal_tms320_c55x_plus.c Fix #17054 - GCC 10.1 warnings (#17145) 2020-06-27 22:45:55 +02:00
anal_tms320.c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
anal_tms320c64x.c Fix ppc opex & use pj in RAnal plugins ##json (#18097) 2020-12-23 10:58:22 +01:00
anal_tricore.c Add remaining =A0 in regprofiles for calling convention ##anal (#17735) 2020-10-01 13:56:47 +02:00
anal_v810.c Fix incorrect uses of printf-like functions ##refactor (#17648) 2020-10-13 16:26:15 +02:00
anal_v850_np.c Fix flag register usage and conditional branching in v850.np 2022-01-21 20:26:37 +01:00
anal_v850.c Add missing =SN for v850 2021-12-26 11:00:35 +01:00
anal_vax.c Fix asan oobread in anal.vax 2022-03-10 18:45:05 +01:00
anal_wasm.c Handle instruction operands in wasm.asm ##asm 2022-01-09 23:46:28 +01:00
anal_ws.c Cleanup RAnalOpCallback functions (#16803) 2020-05-11 12:10:10 +08:00
anal_x86_cs.c Add ESIL for x86 SSE float instructions ##esil 2022-03-22 15:47:18 +01:00
anal_xap.c s/CORELIB/R2_PLUGIN_INCORE/g (#14295) 2019-06-13 19:12:51 +02:00
anal_xcore_cs.c Remove duplicate definitions of esilprintf (#18567) 2021-04-11 03:30:47 +02:00
anal_xtensa.c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
anal_z80.c Unify asm.z80 into anal.z80 ##analysis 2022-03-10 18:18:15 +01:00
arc.mk
arm_cs.mk
arm_gnu.mk
arm_v35.mk Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
avr.mk Fixed ACR build scripts to build AVR disassembler and anal plugins 2021-01-19 05:37:17 +01:00
bf.mk
capstone.mk Initial support for capstone-less compilations ##build 2021-06-21 17:48:00 +02:00
chip8.mk
cr16.mk Dont call pwd in anal/p 2021-12-01 13:25:18 +01:00
cris.mk
dalvik.mk
dummy.mk Add support for RAnal.ESIL plugins ##esil (#18206) 2021-01-24 16:39:45 +01:00
ebc.mk Remove asm.ebc and merge disasm into the anal ##refactor 2021-12-16 18:27:45 +01:00
esil_dummy.c Apply desired lifecycle of esil syscall and interrupt handlers in esil_dummy plugin ##emu ##api 2021-03-04 19:18:19 +01:00
evm_cs.mk Initial import of the evm.cs plugin ##arch 2022-01-21 23:10:40 +01:00
gb.mk Determine Gameboy hardware registers in disassembly (#15909) ##asm 2020-02-07 09:41:30 +01:00
h8300.mk Dont call pwd in anal/p 2021-12-01 13:25:18 +01:00
i4004.mk
i8080.mk
java.mk
kvx.mk Add anal plugin for kvx architecture 2022-03-02 13:56:34 +01:00
loongarch_gnu.mk Add support for the new loongarch architecture ##analysis 2021-12-23 12:37:29 +01:00
m68k_cs.mk
m680x_cs.mk Rename m68xx to m680x for consistency 2018-12-29 17:42:07 +01:00
Makefile Add arc.mk in shared builds 2022-01-14 12:30:51 +01:00
malbolge.mk
mcore.mk C-Sky and MCore support for r2 (#11448) 2018-09-08 19:52:33 +02:00
mips_cs.mk
mips_gnu.mk
msp430.mk Merge asm.msp430 into anal (#19639) 2022-01-28 20:38:29 +01:00
nios2.mk
null.mk
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_cs.mk
ppc_gnu.mk
propeller.mk Dont call pwd in anal/p 2021-12-01 13:25:18 +01: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
rsp.mk
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
sh.mk
snes.mk
sparc_cs.mk
sparc_gnu.mk
tms320.mk
tms320c64x.mk
tricore.mk Tricore basic analysis plugin with reg profile (#16522) ##arch 2020-04-12 22:42:58 +02:00
v810.mk Dont call pwd in anal/p 2021-12-01 13:25:18 +01:00
v850_np.mk Initial import of the v850.np plugin ##disasm 2021-12-20 23:29:50 +01:00
v850.mk Dont call pwd in anal/p 2021-12-01 13:25:18 +01:00
vax.mk
wasm.mk Define PYC_ROOT and WASM_ROOT (#18290) ##build 2021-01-25 22:22:39 +01:00
ws.mk
x86_cs.mk
xap.mk
xcore_cs.mk
xtensa.mk
z80.mk