.. |
arch
|
Determine Gameboy hardware registers in disassembly (#15909) ##asm
|
2020-02-07 09:41:30 +01:00 |
d
|
Add use_cgen meson option ##build (#18766)
|
2021-05-27 23:56:28 +02:00 |
p
|
Fix #19103 - invalid esil for xchg on the same reg as src and dst ##esil
|
2021-09-17 23:40:00 +02:00 |
anal.c
|
Introduce the great but for now unused RAnalArchInfo.INV_OP_SIZE ##anal
|
2021-09-13 23:17:19 +02:00 |
anplugs.c
|
Fix meson build and proper use of cgen ##build (#18920)
|
2021-07-21 17:22:39 +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 null deref when using anal.a2f ##anal
|
2021-09-25 11:43:52 +02: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 warnings in dwarf_process.c
|
2021-06-17 02:12:18 +02:00 |
esil_cfg.c
|
Initial implementation of the pdo esil2c output ##print (#18836)
|
2021-06-17 01:53:05 +02: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
|
Use sdb_itoa instead of snprintf for emulation ##esil
|
2021-09-23 15:30:42 +02:00 |
fcn.c
|
Fix #19063 - rename signature when renaming functions ##anal
|
2021-09-16 12:03:06 +02:00 |
flirt.c
|
Scan with FLIRT regardless of the function being unknown
|
2021-09-24 19:25:59 +02: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 #19099 - Fix assert on invalid jump table analysis ##anal
|
2021-09-17 07:15:07 -07:00 |
labels.c
|
Refactor Labels out of SDB ##anal (#17621)
|
2020-09-16 09:54:33 +02:00 |
Makefile
|
Fix #12335 - ignore system-installed r2 includes ##build
|
2021-05-28 00:45:48 +02:00 |
meson.build
|
Remove few plugins from the meson build to make windows happy (#19064)
|
2021-09-09 20:28:57 +02:00 |
meta.c
|
Fix UB in RMeta.get_size() (#18529)
|
2021-04-02 01:16:30 +02:00 |
op.c
|
Properly stringify the RAnalOP.type field ##anal
|
2021-08-17 16:03:11 +02:00 |
pin.c
|
Bring back pins to esil land ##esil
|
2021-07-30 10:38:44 +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
|
Implement "next" signature type ##signatures
|
2021-09-01 01:27:52 +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
|
Hide anoying 'Register wasn't found at the given delta' message
|
2021-08-22 02:17:50 +02:00 |
vtable.c
|
Fix warnings found on 32bit and --with-check-levels=0
|
2021-02-27 01:01:22 +01:00 |
xrefs.c
|
Fix #18843 - Implement Vx[+-] to add/delete xrefs ##visual
|
2021-07-30 12:34:13 +02:00 |