rizin/librz/core
2023-05-24 08:49:05 +08:00
..
cmd Fix rz_core_theme_load 2023-05-24 08:49:05 +08:00
cmd_descs Correct help for %% command 2023-05-07 08:36:29 +08:00
p Fix plugin removal and clean code (#3277) 2023-01-16 13:32:46 +01:00
tui Rename asm.dwarf* to asm.debuginfo* (#3513) 2023-05-16 10:55:18 +08:00
agraph.c Fix return types and args 2023-05-09 15:42:21 +08:00
analysis_objc.c Add analysis for Objective-C selector stubs 2023-03-21 19:33:49 +01:00
analysis_tp.c Limit op cache in type matching (#3297) 2023-01-17 15:54:37 +08:00
basefind.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
cagraph.c Replace " with ' in ag* dot command (#3133) 2022-10-28 08:34:30 +08:00
canalysis.c build: Introduce EXTRA_PREFIX for loading plugins/resources from another path 2023-05-19 16:42:35 +02:00
cannotated_code.c Fix annotation inconsistencies 2022-08-03 00:29:56 -04:00
carg.c Removed plenty of eprintfs in rz_core (#2950) 2022-08-29 00:32:17 +08:00
casm.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
cautocmpl.c Coverity fixes - memory leaks (#3348) 2023-02-05 15:22:28 +08:00
cbin.c Rename asm.dwarf* to asm.debuginfo* (#3513) 2023-05-16 10:55:18 +08:00
cconfig.c build: Introduce EXTRA_PREFIX for loading plugins/resources from another path 2023-05-19 16:42:35 +02:00
cdebug.c dbg.follow: Follow when pc >= core->offset + dbg.follow (#3499) 2023-05-06 07:18:47 +08:00
cdwarf.c Fix annotation inconsistencies 2022-08-03 00:29:56 -04:00
cesil.c dbg.follow: Follow when pc >= core->offset + dbg.follow (#3499) 2023-05-06 07:18:47 +08:00
cfile.c Fix rz_core_file_reopen_debug 2023-05-24 08:49:05 +08:00
cflag.c
cgraph.c Rename asm.dwarf* to asm.debuginfo* (#3513) 2023-05-16 10:55:18 +08:00
chash.c hash: use RzHash in most hash APIs 2022-06-28 21:55:26 +08:00
cheap.c Fix annotation inconsistencies 2022-08-03 00:29:56 -04:00
cil.c Add fbasic theory to rzil using rz_util/float (#3184) 2023-02-15 18:18:40 +08:00
cio.c Improve cmd_help.yaml and fix random number generator (#3452) 2023-04-07 20:22:01 +08:00
clang.c
cmeta.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
cmp.c Fix annotation inconsistencies 2022-08-03 00:29:56 -04:00
core.c Remove old bash-based rz-pm (#3360) 2023-02-07 18:26:38 +08:00
core_private.h Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
core_private_base.h
cparser.c
cpdb.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
cplugin.c librz: do not duplicate plugins (#3313) 2023-01-23 12:51:09 +00:00
cprint.c Rename asm.dwarf* to asm.debuginfo* (#3513) 2023-05-16 10:55:18 +08:00
creg.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
csign.c Fix flirt crc calculation, length and matching 2022-10-26 21:46:22 +02:00
csyscall.c Convert as commands to the rzshell (#2323) 2022-05-03 18:06:18 +08:00
ctypes.c Replace bp/sp-vars by generic stack-based ones (#3167) 2023-01-02 11:36:21 +08:00
cvfile.c
disasm.c Rename asm.dwarf* to asm.debuginfo* (#3513) 2023-05-16 10:55:18 +08:00
fortune.c Expose rz_core_clippy API (#2909) 2022-08-12 09:26:25 +08:00
golang.c Reduce requested op info in go analysis 2023-01-21 18:26:11 +01:00
hack.c Removed plenty of eprintfs in rz_core (#2950) 2022-08-29 00:32:17 +08:00
libs.c build: Introduce EXTRA_PREFIX for loading plugins/resources from another path 2023-05-19 16:42:35 +02:00
linux_heap_glibc.c Linux heap - skip invalid addresses in main arena (#3344) 2023-02-05 22:55:28 +08:00
linux_heap_glibc.h
linux_heap_glibc64.c
linux_heap_glibc64.h
linux_heap_jemalloc.c Fix dmx command comments (#3186) 2022-11-14 21:16:13 +08:00
meson.build Remove agd and add rz_analysis_similarity/match + refactoring 2022-10-04 20:02:35 +02:00
project.c Move rz_core_project_*() API to the project.c 2022-09-08 07:41:18 +08:00
project_migrate.c Add project migrate v12 (#3515) 2023-05-17 06:28:39 +08:00
rtr.c Small refactoring of rtr_http.c code (#3329) 2023-01-31 10:02:54 +08:00
rtr_http.c Improve cmd_help.yaml and fix random number generator (#3452) 2023-04-07 20:22:01 +08:00
rtr_shell.c
seek.c Removed plenty of eprintfs in rz_core (#2950) 2022-08-29 00:32:17 +08:00
serialize_core.c Add missing project migrations tests up to v9 and fix leaks (#3205) 2022-11-27 09:39:10 +08:00
task.c Refactor thread code and add RzThreadQueue (#2683) 2022-06-19 21:07:13 +08:00
windows_heap.c Removed plenty of eprintfs in rz_core (#2950) 2022-08-29 00:32:17 +08:00
yank.c Removed plenty of eprintfs in rz_core (#2950) 2022-08-29 00:32:17 +08:00