| .. |
|
6502.mk
|
add basic 6502-analysis plugin for @ricardoquesada
|
2015-09-15 20:44:42 +00:00 |
|
8051.mk
|
Move arch headers from ./lib/include
|
2014-10-14 14:24:22 +02:00 |
|
anal_6502.c
|
Remove two unused fields in RAnalOp and some deadcode
|
2016-06-17 14:26:24 +02:00 |
|
anal_8051.c
|
Fix #4954 - Fix crash in i8051 esil->reil
|
2016-05-21 16:27:11 +02:00 |
|
anal_arc.c
|
arcompact: Implement most carry codes (#4949)
|
2016-05-19 10:33:00 +02:00 |
|
anal_arm_cs.c
|
Fix regression with the arm/thumb changes (#5464)
|
2016-08-10 18:49:44 +02:00 |
|
anal_arm_gnu.c
|
Uppercase register aliases
|
2015-10-31 01:59:01 +01:00 |
|
anal_avr.c
|
Fix #5334 - add support to analyze interrupt handler functions
|
2016-07-25 20:15:50 +02:00 |
|
anal_bf.c
|
Use anal reg profiles from debug.esil
|
2016-04-08 00:54:15 +02:00 |
|
anal_cr16.c
|
Fix #3490 - RAnalPlugin.arch.typeof(char*)
|
2015-10-22 02:23:52 +02:00 |
|
anal_cris.c
|
Uppercase register aliases
|
2015-10-31 01:59:01 +01:00 |
|
anal_dalvik.c
|
Detect local variables in Dalvik code analysis
|
2016-08-05 02:40:52 +02:00 |
|
anal_ebc.c
|
Remove two unused fields in RAnalOp and some deadcode
|
2016-06-17 14:26:24 +02:00 |
|
anal_gb.c
|
Remove two unused fields in RAnalOp and some deadcode
|
2016-06-17 14:26:24 +02:00 |
|
anal_h8300.c
|
WIP - Totally remove host endianness dependence
|
2016-05-04 23:42:17 +10:00 |
|
anal_i4004.c
|
use correct architecture
|
2016-02-20 10:32:31 -05:00 |
|
anal_i8080.c
|
Uppercase register aliases
|
2015-10-31 01:59:01 +01:00 |
|
anal_java.c
|
Calling convention profiles in SDB (#5358)
|
2016-07-27 13:50:14 +02:00 |
|
anal_m68k.c
|
Remove two unused fields in RAnalOp and some deadcode
|
2016-06-17 14:26:24 +02:00 |
|
anal_m68k_cs.c
|
Workarounds for m68k.cs branch analysis
|
2016-04-14 00:13:34 +02:00 |
|
anal_malbolge.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
|
anal_mips_cs.c
|
Fixes esil mips signed compare
|
2016-05-27 15:56:20 +05:30 |
|
anal_mips_gnu.c
|
Fixes for asm.fcnlines and endian issues for esil + disasm
|
2016-05-04 17:13:44 +02:00 |
|
anal_msp430.c
|
MSP430: add support for illegal opcodes
|
2016-02-25 02:58:38 +01:00 |
|
anal_nios2.c
|
Fix #3490 - RAnalPlugin.arch.typeof(char*)
|
2015-10-22 02:23:52 +02:00 |
|
anal_null.c
|
Fix #3490 - RAnalPlugin.arch.typeof(char*)
|
2015-10-22 02:23:52 +02:00 |
|
anal_pic18c.c
|
Fix m68k.cs disassembler issue, honor asm.cpu in anal.m68k.cs
|
2016-03-24 16:21:49 +01:00 |
|
anal_ppc_cs.c
|
Implement relocs for ELF-powerpc
|
2016-06-07 00:12:45 +02:00 |
|
anal_ppc_gnu.c
|
WIP - Totally remove host endianness dependence
|
2016-05-04 23:42:17 +10:00 |
|
anal_propeller.c
|
Fix #3490 - RAnalPlugin.arch.typeof(char*)
|
2015-10-22 02:23:52 +02:00 |
|
anal_riscv.c
|
WIP - Totally remove host endianness dependence
|
2016-05-04 23:42:17 +10:00 |
|
anal_rsp.c
|
Fix RSP esil warnings
|
2016-07-04 14:38:35 +02:00 |
|
anal_sh.c
|
WIP - Totally remove host endianness dependence
|
2016-05-04 23:42:17 +10:00 |
|
anal_snes.c
|
SNES analysis improvements
|
2016-03-31 12:29:35 +02:00 |
|
anal_sparc_cs.c
|
Initial wip SPARC register profile
|
2016-01-14 14:16:10 +01:00 |
|
anal_sparc_gnu.c
|
WIP - Totally remove host endianness dependence
|
2016-05-04 23:42:17 +10:00 |
|
anal_sysz.c
|
Fix support for capstone3
|
2016-01-22 20:53:15 +01:00 |
|
anal_tms320.c
|
Softly kill boolt type
|
2016-01-03 02:05:26 +01:00 |
|
anal_tms320_c55x_plus.c
|
Uppercase register aliases
|
2015-10-31 01:59:01 +01:00 |
|
anal_v810.c
|
WIP - Totally remove host endianness dependence
|
2016-05-04 23:42:17 +10:00 |
|
anal_v850.c
|
WIP - Totally remove host endianness dependence
|
2016-05-04 23:42:17 +10:00 |
|
anal_vax.c
|
Initial import of the VAX asm/anal/bin support
|
2015-11-23 12:34:53 +01:00 |
|
anal_ws.c
|
Uppercase register aliases
|
2015-10-31 01:59:01 +01:00 |
|
anal_x86_cs.c
|
Fix regression in reg.type=flg
|
2016-08-14 19:12:52 +02:00 |
|
anal_x86_udis.c
|
Complete remaining regprofile and Fix #3947
|
2016-01-17 14:23:15 +01:00 |
|
anal_xap.c
|
Rename CSR disasm/anal into XAP4 Fix #5355
|
2016-07-23 00:41:42 +02:00 |
|
anal_xcore_cs.c
|
Fix #3490 - RAnalPlugin.arch.typeof(char*)
|
2015-10-22 02:23:52 +02:00 |
|
anal_xtensa.c
|
strdup reg profile for xtensa
|
2016-04-25 09:40:04 +02:00 |
|
anal_z80.c
|
z80 analysis: memory load and store operations
|
2016-04-04 22:32:50 +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
|
|
|
|
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 |
|
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
|
|
|
|
ebc.mk
|
Move arch headers from ./lib/include
|
2014-10-14 14:24:22 +02:00 |
|
esil.h
|
Clean a huge list of warnings
|
2014-06-25 02:07:38 +02:00 |
|
esil_x86_udis.c
|
Internal reg prefix is now $, 85008 for curpc, TRAP for traps
|
2015-09-14 11:31:54 +02:00 |
|
gb.mk
|
do some changes on the gb-plugin-build
|
2014-09-11 22:07:21 +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
|
Link the java anal against shlr/
|
2014-06-25 04:35:50 +02:00 |
|
m68k.mk
|
Fix support for capstone3
|
2016-01-22 20:53:15 +01:00 |
|
m68k_cs.mk
|
Initial support for capstone-m68k
|
2015-10-07 14:37:25 +02:00 |
|
Makefile
|
Rename CSR disasm/anal into XAP4 Fix #5355
|
2016-07-23 00:41:42 +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
|
Fix support for capstone3
|
2016-01-22 20:53:15 +01: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 |
|
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
|
Initial import of the anal.xtensa plugin
|
2016-01-30 01:37:04 +01:00 |
|
z80.mk
|
Import radare2-capstone asm/anal plugins
|
2014-03-07 04:15:45 +01:00 |