rizin/librz/analysis
Pavel I 762feed1b6
Fix several memleaks (#3779)
* Fix memleak in rz_il_handler_empty()

* Fix memleak in compare_op()

* Fix memleak in assign_reg()

* Fix memleak in rz_asm_op_fini()

* Fix memleak in rz_core_analysis_bytes()

* Fix memleak in add_sub_op()

* Fix memleak in bitwise_op()

* Fix memleak in shift_and_rotate()
2023-08-24 07:53:33 +08:00
..
arch Fix several memleaks (#3779) 2023-08-24 07:53:33 +08:00
d Unified function signatures 2023-06-05 22:41:20 +08:00
esil io: return error when reading/writing to unmapped memory (#3323) 2023-02-11 11:36:27 +01:00
il Avoid syncing regs in between multiple IL steps 2023-01-07 10:18:57 +08:00
p Fix Tricore disassembly performance (#3729) 2023-08-10 11:48:49 +08:00
analysis.c Remove type links and use global vars (#3618) 2023-07-03 02:02:12 +08:00
analysis_private.h Fixes for variables and arguments diplay in disasm (#3561) 2023-06-08 17:22:07 +08:00
block.c Rewrite stack pointer tracking and storage (#3207) 2022-12-23 15:01:15 +01:00
cc.c Rewrite stack pointer tracking and storage (#3207) 2022-12-23 15:01:15 +01:00
class.c Rewrite how bins are loaded into RzBinObject 2023-06-01 23:16:09 +08:00
cond.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
cycles.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
data.c Remove dead code in analysis/data (#3587) 2023-06-19 11:02:51 +08:00
dwarf_process.c Fixes for variables and arguments diplay in disasm (#3561) 2023-06-08 17:22:07 +08:00
fcn.c Rename analop to analysis_op and aop 2023-06-26 08:40:47 +08:00
function.c Fix multiple memory leaks 2023-06-05 22:41:20 +08:00
hint.c Fix annotation inconsistencies 2022-08-03 00:29:56 -04:00
il_trace.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
jmptbl.c Rewrite stack pointer tracking and storage (#3207) 2022-12-23 15:01:15 +01:00
labels.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
meson.build Adding new cs-based tricore analysis and asm plugin 2023-07-16 13:22:47 +08:00
meta.c Temporary fix for the meta strings (#3283) 2023-01-11 12:31:49 +08:00
op.c Add len check in esil code before calling rz_analysis_op (#3603) 2023-06-25 13:44:02 +08:00
platform_profile.c Rename rz_arch to rz_platform (#2708) 2022-06-22 17:22:13 +02:00
platform_target_index.c Coverity fixes - memory leaks, NULL dereferences (#3339) 2023-02-04 20:01:42 +08:00
reflines.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
rtti.c Convert av command to newshell (#1405) 2021-08-06 16:16:11 +08:00
rtti_itanium.c Rewrite how bins are loaded into RzBinObject 2023-06-01 23:16:09 +08:00
rtti_msvc.c Rewrite how bins are loaded into RzBinObject 2023-06-01 23:16:09 +08:00
serialize_analysis.c Remove type links and use global vars (#3618) 2023-07-03 02:02:12 +08:00
similarity.c Coverity fixes - memory leaks, NULL dereferences (#3339) 2023-02-04 20:01:42 +08:00
switch.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
type_pdb.c Add rz_type_db_update_base_type rz_type_func_update 2023-07-30 16:16:52 +08:00
types.c Remove type links and use global vars (#3618) 2023-07-03 02:02:12 +08:00
value.c Fix tests for capstone v3/v4/v5 2023-07-16 13:22:47 +08:00
var.c Make rz_core_analysis_var_display work with stack vars when debugging (#3687) 2023-07-28 01:40:22 +08:00
var_global.c Easier API for creating global variable (#3655) 2023-07-11 20:53:34 +08:00
vtable.c Rename analop to analysis_op and aop 2023-06-26 08:40:47 +08:00
xrefs.c ci: use clang-format from LLVM 16 (#3696) 2023-08-01 09:11:26 +08:00