radare2/libr/anal
GustavoLCR 951f46c91f
Fix ARM MTE addg/subg and big endian decoding ##anal (#17995)
* ARM: Fix addg/subg instruction decoding
* ARM: Fix MTE intruction decoding in big endian mode
2020-12-06 18:40:13 +01:00
..
arch Determine Gameboy hardware registers in disassembly (#15909) ##asm 2020-02-07 09:41:30 +01:00
d Add calling convention for SystemZ ##port (#17956) 2020-11-23 12:33:07 +08:00
p Fix ARM MTE addg/subg and big endian decoding ##anal (#17995) 2020-12-06 18:40:13 +01:00
anal.c Add setters for CC self and error and Tests ##anal (#17704) 2020-09-30 13:39:20 +08:00
base_types.h Remove tokens after #endif (#17398) 2020-08-05 12:08:36 +08:00
bb.c Fix r_anal_get_bbaddr to include internal addrs ##anal (#17309) 2020-07-21 10:16:28 +02:00
block.c Add bbhash to detect modifications in functions ##anal 2020-11-01 02:12:14 +01:00
cc.c Fix format string warnings 2020-10-19 11:50:06 +02:00
class.c atoi -> atoll 2020-11-10 12:23:46 +08:00
cond.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
cycles.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
data.c Add r_strbuf_reserve() and refactor r_anal_data_to_string() using RStrBuf API (#15144) 2019-09-29 02:03:37 +02:00
diff.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
dwarf_process.c Fix incorrect uses of printf-like functions ##refactor (#17648) 2020-10-13 16:26:15 +02:00
esil2reil.c Variadic argument fixes 2020-11-10 11:11:45 +08:00
esil_cfg.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
esil_dfg.c Various little mem leak fixes proposal (#15883) 2020-01-23 11:42:09 -05:00
esil_interrupt.c Fix grammar across the code 2019-06-18 14:51:30 +08:00
esil_sources.c implement api for loading interrupt handlers in esil from inside of r2 and shared libs 2018-09-13 18:07:34 +00:00
esil_stats.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
esil_trace.c Fix ESIL tracing to be consistent with debug tracing ##anal 2020-09-02 06:00:38 +08:00
esil.c Fix raspbian32 db/anal/x86_64 sar on x86-64 (#17897) 2020-11-10 14:46:22 +08:00
fcn.c Fix taking over variable use on the last instruction of block ##anal (#17957) 2020-11-23 12:37:33 +08:00
flirt.c Make root a argv RCmdDesc ##newshell (#17326) 2020-09-15 15:27:10 +02:00
function.c Add bbhash to detect modifications in functions ##anal 2020-11-01 02:12:14 +01:00
hint.c Refactor Anal Hints (#15876) ##anal 2020-02-13 11:48:24 +01:00
jmptbl.c Fix heap-buffer-overflow in try_walkthrough_casetbl() (#17426) 2020-08-11 12:26:26 +08:00
labels.c Refactor Labels out of SDB ##anal (#17621) 2020-09-16 09:54:33 +02:00
Makefile Fix ESIL tracing to be consistent with debug tracing ##anal 2020-09-02 06:00:38 +08:00
meson.build Set RPATH/RUNPATH on r2 libs too if local (#17639) 2020-09-15 09:16:14 +02:00
meta.c Refactor Meta out of SDB (#16716) 2020-05-09 20:49:28 +02:00
op.c Introduce R_ANAL_OP_FAMILY_SECURITY ##anal (#17394) 2020-08-03 10:44:42 +02:00
pin.c Fix possible use of dangling pointer due to calling r_anal_pin_fini() followed by r_anal_pin_init() (#17720) 2020-09-27 12:21:50 +02:00
reflines.c Bring merge sort and insertion sort cmp function semantics together (#17473) ##util 2020-09-09 15:45:34 +02:00
rtti_itanium.c Fix format string warnings 2020-10-19 11:50:06 +02:00
rtti_msvc.c Fix #17790 - Fix crash when recovering MSVC RTTI on 32-bit host (#17794) 2020-10-19 12:28:01 +08:00
rtti.c Improve itanium RTTI parsing and vtable search ##anal 2020-05-03 17:55:20 +02:00
sign.c Fix #17857 - Fix warnings (#17858) 2020-10-27 21:19:25 +01:00
switch.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
type_pdb.c PDB: Fix NULL deref with unsupported leaf type (#17996) ##bin 2020-12-06 18:12:29 +01:00
type.c Fix format string warnings 2020-10-19 11:50:06 +02:00
value.c Update record & replay features to trace reg/mem changes ##debug (#17127) 2020-07-27 12:54:33 +08:00
var.c Fix some warnings 2020-11-16 18:56:21 +08:00
vtable.c Change Itanium VTable detection heuristic ##anal (#17359) 2020-08-06 12:25:20 +08:00
xrefs.c Add cfg.json.* encoding options (#17681) ##json 2020-10-27 11:46:27 +01:00