rizin/librz/core
2024-05-19 18:09:02 +08:00
..
cmd flags: new fdt command to print more information about flag (#4502) 2024-05-19 18:09:02 +08:00
cmd_descs flags: new fdt command to print more information about flag (#4502) 2024-05-19 18:09:02 +08:00
p Add bin.demangle.flags to allow users to simplify or not mangled strings (#3659) 2023-07-17 23:31:09 +08:00
tui Remove global variables in visual view mode 2024-05-17 18:06:50 +08:00
agraph.c Add rz prefix to set types/APIs (#4499) 2024-05-18 11:37:31 +03:00
analysis_objc.c Add missing vector foreach macros to clang-format cfg (#4456) 2024-04-22 07:16:46 +08:00
analysis_tp.c sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
basefind.c Add rz_pvector_enumerate macro (#4462) 2024-04-27 11:07:06 +08:00
cagraph.c sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
canalysis.c Add rz prefix to set types/APIs (#4499) 2024-05-18 11:37:31 +03:00
cannotated_code.c Add missing vector foreach macros to clang-format cfg (#4456) 2024-04-22 07:16:46 +08:00
carg.c
casm.c Remove useless semicolon 2024-03-25 18:36:02 +08:00
cautocmpl.c rz_cmd_desc_get_arg: Remove unused cmd param (#4427) 2024-04-11 17:57:18 +08:00
cbin.c sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
cconfig.c Error when log file cannot be opened. (#4460) 2024-04-23 18:44:15 +08:00
ccrypto.c Unify crypto plugin api to match all the other plugins. (#3773) 2023-08-18 23:25:41 +08:00
cdebug.c sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
cesil.c Add missing vector foreach macros to clang-format cfg (#4456) 2024-04-22 07:16:46 +08:00
cfile.c Add missing newlines to some RZ_LOG_* calls (#4439) 2024-04-18 00:04:38 +08:00
cflag.c Show realname in fl.t table output (#3682) 2023-07-23 13:46:26 +08:00
cgraph.c Add HtSP, HtSS, HtSU, SetS (#4415) 2024-04-16 20:27:48 +08:00
chash.c
cheap.c
cil.c pic: add RzIL uplifting (#4322) 2024-05-19 12:17:53 +08:00
cio.c Initialize RzAnalysisOp properly. (#4350) 2024-03-10 18:26:10 +08:00
clang.c
cmeta.c Remove old options and replace with new global ones for string search. 2024-02-19 19:39:00 +08:00
cmp.c
core.c Refactor TUI panels and fix several memleaks (#4452) 2024-04-27 19:54:36 +08:00
core_private.h Remove global variables in visual view mode 2024-05-17 18:06:50 +08:00
core_private_base.h
cparser.c
cpdb.c Add missing vector foreach macros to clang-format cfg (#4456) 2024-04-22 07:16:46 +08:00
cplugin.c Merge rz_asm and rz_analysis into one library but keep deprecated apis. 2024-03-07 18:38:49 +08:00
cprint.c Add missing newlines to some RZ_LOG_* calls (#4439) 2024-04-18 00:04:38 +08:00
creg.c
csign.c Remove hidden static in rz_str_pad 2024-01-06 23:30:07 +08:00
csyscall.c Remove some more of sdb_fmt() calls (#4140) 2024-01-30 22:36:39 +08:00
ctypes.c Add missing vector foreach macros to clang-format cfg (#4456) 2024-04-22 07:16:46 +08:00
cvfile.c Transition of virtual_files in RzBinPlugin (from list to pvector) (#4042) 2023-12-22 01:06:18 +08:00
disasm.c sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
fortune.c
golang.c Add missing newlines to some RZ_LOG_* calls (#4439) 2024-04-18 00:04:38 +08:00
hack.c Initialize RzAnalysisOp properly. (#4350) 2024-03-10 18:26:10 +08:00
libs.c Move parse into arch. (#4342) 2024-03-07 23:50:22 +08:00
linux_heap_glibc.c Fix memory leaks in linux heap parser (#4426) 2024-04-21 12:14:06 +08:00
linux_heap_glibc.h Fix memory leaks in linux heap parser (#4426) 2024-04-21 12:14:06 +08:00
linux_heap_glibc64.c
linux_heap_glibc64.h
linux_heap_jemalloc.c Add missing newlines to some RZ_LOG_* calls (#4439) 2024-04-18 00:04:38 +08:00
meson.build dwarf: refactor 2024-03-09 09:41:13 +08:00
project.c sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
project_migrate.c sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
README.md librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
rtr.c Add missing newlines to some RZ_LOG_* calls (#4439) 2024-04-18 00:04:38 +08:00
rtr_http.c Add simple POST-command and changed upload path (remote) (#4106) 2024-01-17 15:17:36 +08:00
rtr_shell.c Remove global RzLine instance 2024-01-07 22:40:25 +08:00
seek.c Add missing vector foreach macros to clang-format cfg (#4456) 2024-04-22 07:16:46 +08:00
serialize_core.c sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
task.c rz_core_task_join: Return true on join (#4474) 2024-05-06 21:10:43 +08:00
windows_heap.c Remove the deprecated API rz_bin_get_info (#4119) 2024-02-26 00:14:03 +08:00
yank.c Add missing newlines to some RZ_LOG_* calls (#4439) 2024-04-18 00:04:38 +08:00