radare2/libr/anal/p
2017-12-24 13:29:35 +08:00
..
6502.mk add basic 6502-analysis plugin for @ricardoquesada 2015-09-15 20:44:42 +00:00
8051.mk Rewritten 8051 disassembler 2017-06-18 10:23:04 +02:00
anal_6502.c SNES: (kinda) handle X and M flags (#7095) 2017-03-23 12:53:14 +01:00
anal_8051.c More 8051 ESIL 2017-11-27 18:19:39 +08:00
anal_arc.c Add PDP/ARM middle endian functions (#8046) 2017-07-27 22:29:06 +02:00
anal_arm_cs.c Fix invalid json in arm opex (#9059) 2017-12-21 14:12:24 +01:00
anal_arm_gnu.c Update the GNU ARM disassembler from Binutils (GIT) 2017-03-24 00:56:21 +01:00
anal_avr.c Fix generated ESIL for AVR flags. (#7852) 2017-07-03 01:46:47 +02:00
anal_bf.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_chip8.c Fix warnings with GCC 2017-12-08 15:47:48 +01:00
anal_cr16.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_cris.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_dalvik.c Fix null deref in dalvik analysis 2017-03-22 23:49:57 +01:00
anal_ebc.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_gb.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_h8300.c Fix #7495 - Avoid always-false conditionals 2017-05-15 12:53:05 +02:00
anal_i4004.c use correct architecture 2016-02-20 10:32:31 -05:00
anal_i8080.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_java.c java_analyze_fns now updates fcn_tree 2017-12-24 13:29:35 +08:00
anal_m68k_cs.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_malbolge.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_mips_cs.c Fix #8810 - anal.searchstringrefs -> anal.refstr 2017-11-14 03:47:21 +09:00
anal_mips_gnu.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_msp430.c s/struct r_anal_plugin_t/RAnalPlugin (#6686) 2017-02-05 03:03:24 +01:00
anal_nios2.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_null.c Empty reg profile for null plugin (#8944) 2017-12-03 17:12:18 +01:00
anal_pic18c.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_ppc_cs.c fixed ppc esil for RLD[I]C[L/R] and BD* instructions and mask[32/64] (#8914) 2017-11-30 00:47:57 +01:00
anal_ppc_gnu.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_propeller.c s/struct r_anal_plugin_t/RAnalPlugin (#6686) 2017-02-05 03:03:24 +01:00
anal_riscv.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_rsp.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_sh.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_snes.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_sparc_cs.c Implement data align restrictions for analysis and esil (arm, mips..) 2017-08-01 14:51:29 +02:00
anal_sparc_gnu.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_sysz.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_tms320_c55x_plus.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
anal_tms320.c Fixes for capstone3 2017-05-10 22:53:31 +02:00
anal_tms320c64x.c add more fixes to msvc build (#7468) 2017-05-10 22:12:49 +02:00
anal_v810.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_v850.c 16 more bugs fixed. most are mem leaks. (#8307) 2017-08-24 17:20:39 +02:00
anal_vax.c Initial import of the VAX asm/anal/bin support 2015-11-23 12:34:53 +01:00
anal_ws.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_x86_cs.c anal_x86_cs: Fix incorrect aliasing of CS and SS in 16-bit mode (#8867) 2017-11-22 21:03:49 +01:00
anal_x86_udis.c Remove unnecessary call to impaddr() and some reindents 2016-11-13 01:40:44 +01:00
anal_xap.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_xcore_cs.c Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
anal_xtensa.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
anal_z80.c Copypaste z80 regprofile from gb 2017-05-20 12:16:02 +02:00
arc.mk Purge all r_lib references 2014-02-20 22:16:23 +01:00
arm_cs.mk Fix support for capstone3 2016-01-22 20:53:15 +01:00
arm_gnu.mk Rename GNU plugins to _gnu 2014-06-25 12:22:08 +02:00
avr.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
bf.mk Purge all r_lib references 2014-02-20 22:16:23 +01:00
capstone.mk Fix support for capstone3 2016-01-22 20:53:15 +01:00
chip8.mk Add chip8 disassembler and partial analyzer 2017-12-07 15:25:27 +01:00
cr16.mk Move arch headers from ./lib/include 2014-10-14 14:24:22 +02:00
cris.mk Initial anal.cris implementation 2014-12-09 01:28:37 +01:00
dalvik.mk * Set library version number for plugins 2011-07-19 00:12:36 +02:00
ebc.mk Move arch headers from ./lib/include 2014-10-14 14:24:22 +02:00
esil_x86_udis.c Fix #5960 - What to push shall be put on stack before changing sp 2016-10-14 12:03:24 +02:00
esil.h Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
gb.mk Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
h8300.mk Move arch headers from ./lib/include 2014-10-14 14:24:22 +02:00
i4004.mk Initial i4004 analysis plugin 2016-01-10 23:03:27 +01:00
i8080.mk Purge all r_lib references 2014-02-20 22:16:23 +01:00
java.mk Refix mingw32 build 2017-05-10 00:34:05 +02:00
m68k_cs.mk Initial support for capstone-m68k 2015-10-07 14:37:25 +02:00
Makefile Merge tms320c64x plugins into tms320, use e asm.cpu=c64x 2017-05-08 10:35:32 +02:00
malbolge.mk Add support for Malbolge disasm and analysis 2014-01-28 11:21:17 +01:00
mips_cs.mk Fix support for capstone3 2016-01-22 20:53:15 +01:00
mips_gnu.mk Rename GNU plugins to _gnu 2014-06-25 12:22:08 +02:00
msp430.mk Move arch headers from ./lib/include 2014-10-14 14:24:22 +02:00
nios2.mk Add simple nios2 analysis plugin (colors!) 2014-01-15 22:44:14 +01:00
null.mk Add anal.null, a new fallback analysis plugin 2014-09-28 01:03:53 +02:00
pic18c.mk pic18c analysis plugin (coloring) 2016-03-05 23:37:12 +01:00
ppc_cs.mk PowerPC VLE support with capstone [anal/asm] (#7899) 2017-07-10 18:06:11 +02:00
ppc_gnu.mk Use capstone by default for POWERPC and do some more fixes in anal 2014-11-10 16:22:09 +01:00
propeller.mk Move arch headers from ./lib/include 2014-10-14 14:24:22 +02:00
riscv.mk Initial RISC-V 32/64 analysis 2015-10-31 11:49:52 +01:00
rsp.mk Add basic support for N64 RSP processor. (#5269) 2016-07-03 22:03:26 +02:00
sh.mk Purge all r_lib references 2014-02-20 22:16:23 +01:00
snes.mk add initial snes-anal-plugin 2015-09-16 13:17:15 +00:00
sparc_cs.mk Use capstone sparc by default and better ppc disasm 2014-11-10 16:47:03 +01:00
sparc_gnu.mk more build fixes 2014-11-10 16:48:50 +01:00
sysz.mk Add --with-syscapstone configure flag 2014-06-24 12:48:29 +02:00
tms320.mk More native mingw32 fixes 2014-09-01 15:50:04 +02:00
tms320c64x.mk Initial implementation of the anal plug for tms320c64x 2017-04-18 00:08:13 +02:00
v810.mk Add V810 support 2015-07-08 21:09:59 +02:00
v850.mk Move arch headers from ./lib/include 2014-10-14 14:24:22 +02:00
vax.mk Initial import of the VAX asm/anal/bin support 2015-11-23 12:34:53 +01:00
ws.mk Purge all r_lib references 2014-02-20 22:16:23 +01:00
x86_cs.mk Fix support for capstone3 2016-01-22 20:53:15 +01:00
x86_udis.mk Purge all r_lib references 2014-02-20 22:16:23 +01:00
xap.mk Rename CSR disasm/anal into XAP4 Fix #5355 2016-07-23 00:41:42 +02:00
xcore_cs.mk Add --with-syscapstone configure flag 2014-06-24 12:48:29 +02:00
xtensa.mk Fix sys/ios-static.sh 2016-09-12 20:52:12 +02:00
z80.mk Import radare2-capstone asm/anal plugins 2014-03-07 04:15:45 +01:00