rizin/librz/core
Khairul Azhar Kasmiran cbe820a2e0
log.level help: Don't show 0:DEBUG on Release builds (#6319)
* log.level help: Don't show `0:DEBUG` on Release builds
* Use `choco install python310` instead
2026-05-07 22:33:46 +08:00
..
cmd Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
cmd_descs RzAnalysis: Generalize ROP core search to Gadget for future JOP/COP support (#6130) 2026-04-14 13:23:08 +08:00
p Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
tui tui: build filtered panel commands dynamically (#6221) 2026-05-04 23:24:22 +08:00
agraph.c Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
analysis_objc.c refactor: remove RzAsm struct from the public APIs (#6089) 2026-03-26 01:57:42 +08:00
analysis_tp.c Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
basefind.c Use ht_xx_size() instead of reading ht internal state (#5885) 2026-02-07 16:17:18 +00:00
caddr.c Implement unified API for describing addresses (name+offset format) (#5571) 2025-12-10 19:11:31 +08:00
cagraph.c Fix RZ_IPI usage on public headers & fix memory leak in the ROP code. (#6171) 2026-04-08 13:37:17 +08:00
canalysis.c log.level help: Don't show 0:DEBUG on Release builds (#6319) 2026-05-07 22:33:46 +08:00
cannotated_code.c Fix doxygen comments to use \<something> notation (#5720) 2026-01-02 19:05:37 +08:00
carch.c Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
carg.c Fix RZ_IPI usage on public headers & fix memory leak in the ROP code. (#6171) 2026-04-08 13:37:17 +08:00
casm.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
cautocmpl.c Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
cbin.c Fix memory leaks related to DWARF (#6245) 2026-04-17 17:33:11 +00:00
cbounds.c Move get_boundary functions without module dependencies to RzIO. (#5508) 2026-03-25 14:34:07 +00:00
cconfig.c log.level help: Don't show 0:DEBUG on Release builds (#6319) 2026-05-07 22:33:46 +08:00
ccrypto.c librz/hash: add descriptions to all crypto & hash plugins (#5194) 2025-06-10 23:21:45 +08:00
cdebug.c RzReg: Associate roles with RzRegItem instead of name strings (#6291) 2026-04-30 12:03:51 +02:00
cesil.c Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
cfile.c Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
cflag.c librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
cgraph.c Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
chash.c librz/hash: add descriptions to all crypto & hash plugins (#5194) 2025-06-10 23:21:45 +08:00
cil.c plf/plF: dim parentheses color (#6187) 2026-04-14 22:33:10 +08:00
cio.c Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
clang.c Normalize the output of L subcommands (#5077) 2025-04-08 16:46:27 +08:00
cmark.c librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
cmeta.c util: extend string search with user-defined printable characters (#6161) 2026-05-01 22:47:14 +08:00
cmp.c librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
core.c RzReg: Associate roles with RzRegItem instead of name strings (#6291) 2026-04-30 12:03:51 +02:00
core_private.h Refactor windows heap parser (#6014) 2026-04-10 15:46:11 +08:00
core_private_base.h Fix multidex and open_many loading using proper base address (#2104) 2021-12-18 09:54:42 +01:00
cparser.c Normalize the output of L subcommands (#5077) 2025-04-08 16:46:27 +08:00
cpdb.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
cplugin.c refactor: Use HtSP for storing plugins. (#4687) 2024-10-26 16:31:13 +08:00
cprint.c Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
creg.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
csearch.c util: extend string search with user-defined printable characters (#6161) 2026-05-01 22:47:14 +08:00
csign.c Shorten rz_list_iter_has_prev/next() to rz_list_has_prev/next() (#5822) 2026-01-21 13:53:43 +00:00
csyscall.c Convert %ll format specifiers to PFMT64 (#6267) 2026-04-22 05:57:04 +08:00
ctypes.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
cvfile.c refactor: removed mode parameter from all rz_io_desc_new references (#5367) 2025-09-12 23:26:29 +08:00
devirtualize_cxx.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
devirtualize_objc.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
disasm.c Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
fortune.c Remove Global/Static variables in path.c to make it thread safe (#5148) 2025-06-13 21:34:33 +08:00
gadget.c ROP search - fix stack change calculation, use BV subtraction (#6242) 2026-04-25 03:41:05 +08:00
gadget_internal.h Fix Inconsistent ROP gadget info between detail printing and listing (#6108) 2026-04-24 22:45:12 +08:00
gadget_rop.c Fix Inconsistent ROP gadget info between detail printing and listing (#6108) 2026-04-24 22:45:12 +08:00
golang.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
hack.c refactor: remove RzAsm struct from the public APIs (#6089) 2026-03-26 01:57:42 +08:00
heap_glibc.c Fix build with debugger=false option 2026-05-04 06:22:00 +02:00
heap_jemalloc.c librz/bin: refactor feature detection on RzBin (#6188) 2026-04-10 02:25:35 +08:00
heap_windows.c Refactor windows heap parser (#6014) 2026-04-10 15:46:11 +08:00
libs.c Remove Global/Static variables in path.c to make it thread safe (#5148) 2025-06-13 21:34:33 +08:00
meson.build RzAnalysis: Generalize ROP core search to Gadget for future JOP/COP support (#6130) 2026-04-14 13:23:08 +08:00
project.c sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
project_migrate.c RzAnalysis: Generalize ROP core search to Gadget for future JOP/COP support (#6130) 2026-04-14 13:23:08 +08:00
README.md librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
rtr.c Remove static global variables from armass.c, rtr.c, rtr_http.c, and c.c (#6183) 2026-04-09 00:53:01 +08:00
rtr_http.c Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
rtr_shell.c Remove dead code (#4705) 2024-11-08 18:46:13 +08:00
seek.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
serialize_core.c Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
task.c core: remove legacy output mode for tasks cmds (#5737) 2026-01-07 00:18:00 +08:00
windows_heap_live_debug.c Convert %ll format specifiers to PFMT64 (#6267) 2026-04-22 05:57:04 +08:00
yank.c Remove rz_io_read_at and use only rz_io_read_at_mapped (#5777) 2026-01-11 22:50:50 +08:00