.. |
arch
|
Determine Gameboy hardware registers in disassembly (#15909) ##asm
|
2020-02-07 09:41:30 +01:00 |
d
|
Use gperf on anal/d and improve build and checks ##anal
|
2021-05-20 00:22:20 +02:00 |
p
|
Fix null deref in arm64 esil
|
2021-05-09 01:09:39 +02:00 |
anal.c
|
Always load bin types as pf. format strings ##bin (#18675)
|
2021-05-20 00:48:24 +02:00 |
anplugs.c
|
Use gperf on anal/d and improve build and checks ##anal
|
2021-05-20 00:22:20 +02:00 |
base_types.h
|
Remove tokens after #endif (#17398)
|
2020-08-05 12:08:36 +08:00 |
bb.c
|
Fix #17039 ##anal ##json
|
2020-12-31 22:58:06 +01:00 |
block.c
|
Fix 1448201 Read from pointer after free
|
2021-03-17 11:16:51 +01:00 |
cc.c
|
Use gperf on anal/d and improve build and checks ##anal
|
2021-05-20 00:22:20 +02:00 |
class.c
|
Fix duplicate vtable entries after 'aaa' ##anal
|
2021-03-15 02:09:00 +01:00 |
codemeta.c
|
Speedup r_codemeta_in on 32-bit platforms
|
2021-04-21 21:11:13 +02: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
|
Fix #18260 - Sort bbs before comparing them for diffing code ##diff (#18584)
|
2021-04-16 17:57:13 +02:00 |
dwarf_process.c
|
Fix 1451978 Use after free
|
2021-04-13 20:09:33 +02:00 |
esil_cfg.c
|
Code cleanup in c55x and random dead assignments deleted
|
2021-02-06 03:30:53 +01:00 |
esil_dfg.c
|
Update libr/anal/esil_dfg.c
|
2021-01-22 01:22:24 +01:00 |
esil_handler.c
|
Add r_anal_esil_{syscall/interrupt}_{get/del} ##esil ##api
|
2021-03-04 19:18:19 +01:00 |
esil_plugin.c
|
Fix some asserts and nullderef spotted on arm64 ##esil
|
2021-02-24 17:13:30 +01:00 |
esil_stats.c
|
Boolify all the ESIL callbacks ##esil
|
2021-02-24 17:13:30 +01:00 |
esil_trace.c
|
Null deref, asm.tabs ovf and capstone3 fixes
|
2021-03-15 02:24:16 +01:00 |
esil.c
|
Boolify all the ESIL callbacks ##esil
|
2021-02-24 17:13:30 +01:00 |
fcn.c
|
Fix 13482 - Remove anal.jmp.after variable (#18629) ##anal
|
2021-04-25 03:38:16 +02:00 |
flirt.c
|
Don't scream out WARNINGs, capitalizing it is enough
|
2021-03-19 11:02:54 +01:00 |
function.c
|
Fix RAnalFunction.free signature (#18425)
|
2021-03-08 15:45:30 +01:00 |
hint.c
|
Implement rax2 -I to convert from/to LONG and IP Address ##print
|
2020-12-28 21:04:48 +01:00 |
jmptbl.c
|
Fix 1448202 Out-of-bounds access
|
2021-03-17 11:16:51 +01:00 |
labels.c
|
Refactor Labels out of SDB ##anal (#17621)
|
2020-09-16 09:54:33 +02:00 |
Makefile
|
Use gperf on anal/d and improve build and checks ##anal
|
2021-05-20 00:22:20 +02:00 |
meson.build
|
Use gperf on anal/d and improve build and checks ##anal
|
2021-05-20 00:22:20 +02:00 |
meta.c
|
Fix UB in RMeta.get_size() (#18529)
|
2021-04-02 01:16:30 +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
|
Fix warnings found on 32bit and --with-check-levels=0
|
2021-02-27 01:01:22 +01:00 |
rtti_itanium.c
|
Fix compilation warnings on some build types
|
2021-02-18 18:33:25 +01:00 |
rtti_msvc.c
|
Don't scream out WARNINGs, capitalizing it is enough
|
2021-03-19 11:02:54 +01:00 |
rtti.c
|
Improve itanium RTTI parsing and vtable search ##anal
|
2020-05-03 17:55:20 +02:00 |
sign.c
|
Add R_SIGN_BYTES to metric search (#18703) ##signatures
|
2021-05-18 00:07:15 +02: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
|
Use gperf on anal/d and improve build and checks ##anal
|
2021-05-20 00:22:20 +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
|
Avoid array subscript type issues (#18295)
|
2021-01-26 13:08:58 +01:00 |
vtable.c
|
Fix warnings found on 32bit and --with-check-levels=0
|
2021-02-27 01:01:22 +01:00 |
xrefs.c
|
Add cfg.json.* encoding options (#17681) ##json
|
2020-10-27 11:46:27 +01:00 |