rizin/librz/core
2024-03-03 13:56:11 +08:00
..
cmd $: Revert code changes in #4293 (#4323) 2024-03-03 13:40:17 +08:00
cmd_descs Refine the heuristic rule for encoding detection (#4319) 2024-03-03 08:10:49 +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 Fix the PageUp and PageDown in graph mode in Vv (#4321) 2024-03-03 13:56:11 +08:00
agraph.c Replace sdb_fmt() with rz_strf(). 2024-02-20 05:57:03 +00:00
analysis_objc.c Refactor sections in RzBinPlugin from list to pvector (#4089) 2024-01-11 12:19:22 +08:00
analysis_tp.c Add user pointer to RzListComparator (#4204) 2024-02-11 13:28:33 +08:00
basefind.c Remove old options and replace with new global ones for string search. 2024-02-19 19:39:00 +08:00
cagraph.c Add (i)CFG node type annotations + bug fix (#4221) 2024-02-14 23:40:00 +08:00
canalysis.c Refactor the <entries> in RzBinPlugin from list to pvector (#4118) 2024-02-25 19:42:25 +08: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 user pointer to RzListComparator (#4204) 2024-02-11 13:28:33 +08:00
cautocmpl.c Fix old math commands (#3828) 2023-09-14 08:53:25 +08:00
cbin.c Remove the deprecated API rz_bin_get_info (#4119) 2024-02-26 00:14:03 +08:00
cconfig.c core: remove oldshell completion code (#4301) 2024-02-27 20:48:16 +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 Backtrace info should be fetched only in certain flag spaces 2024-02-19 19:39:00 +08:00
cdwarf.c DWARF: fix loclists dump (#4152) 2024-01-25 21:53:23 +08:00
cesil.c Remove the deprecated API rz_bin_get_info (#4119) 2024-02-26 00:14:03 +08:00
cfile.c Remove old options and replace with new global ones for string search. 2024-02-19 19:39:00 +08:00
cflag.c Show realname in fl.t table output (#3682) 2023-07-23 13:46:26 +08:00
cgraph.c Fold XREFs line more than 3 when in the graph mode (#4308) 2024-02-29 14:28:26 +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 rzil: add analysis and evaluation integration test (#4241) 2024-02-16 21:10:44 +08:00
cio.c Fix the wrong condition in rz_core_write_at (#4009) 2023-11-29 08:53:29 +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 Fix annotation inconsistencies 2022-08-03 00:29:56 -04:00
core.c core: remove oldshell completion code (#4301) 2024-02-27 20:48:16 +08:00
core_private.h rzil: add analysis and evaluation integration test (#4241) 2024-02-16 21:10:44 +08:00
core_private_base.h
cparser.c
cpdb.c Backtrace info should be fetched only in certain flag spaces 2024-02-19 19:39:00 +08:00
cplugin.c core: remove plugin from list if init fails (#4300) 2024-02-28 10:18:15 +08:00
cprint.c Convert pf commands to rzshell (#3467) 2024-02-16 10:30:59 +08:00
creg.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
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 type/format: fix output in pf commands (#4272) 2024-02-20 21:37:14 +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 Remove old options and replace with new global ones for string search. 2024-02-19 19:39:00 +08:00
fortune.c Expose rz_core_clippy API (#2909) 2022-08-12 09:26:25 +08:00
golang.c Update core/golang.c copyright header. 2024-02-15 19:41:12 +08:00
hack.c ci: use clang-format from LLVM 16 (#3696) 2023-08-01 09:11:26 +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 Remove the deprecated API rz_bin_get_info (#4119) 2024-02-26 00:14:03 +08:00
linux_heap_glibc.h RzCore: remove as many #include .c as possible in cmd.c (#2378) 2022-03-17 10:30:57 +08:00
linux_heap_glibc64.c RzCore: remove as many #include .c as possible in cmd.c (#2378) 2022-03-17 10:30:57 +08:00
linux_heap_glibc64.h RzCore: remove as many #include .c as possible in cmd.c (#2378) 2022-03-17 10:30:57 +08:00
linux_heap_jemalloc.c Transition from list to pvector for symbols in RzBinPlugin (#4077) 2024-01-06 19:54:19 +08:00
meson.build $: Add rzshell façade (#4314) 2024-03-02 17:11:02 +08:00
project.c Remove some of the sdb_fmt() calls (#4131) 2024-01-21 12:26:37 +08:00
project_migrate.c Bump project to v16 2024-02-19 19:39:00 +08:00
README.md librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
rtr.c CID 316571: Double free 2024-02-15 19:41:12 +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 Removed plenty of eprintfs in rz_core (#2950) 2022-08-29 00:32:17 +08:00
serialize_core.c Serialize seek history (#3838) 2023-09-10 21:30:30 +08:00
task.c Refactor thread code and add RzThreadQueue (#2683) 2022-06-19 21:07:13 +08:00
windows_heap.c Remove the deprecated API rz_bin_get_info (#4119) 2024-02-26 00:14:03 +08:00
yank.c Removed plenty of eprintfs in rz_core (#2950) 2022-08-29 00:32:17 +08:00