rizin/librz/core
2026-06-20 02:54:56 +08:00
..
cmd refactor: move rz_core_types_rename to rz_core.h (#6536) 2026-06-20 02:54:56 +08:00
cmd_descs Expose constrained types to user and analysis (#6480) 2026-06-12 02:36:35 +08:00
p support context-aware core plugins (#6404) 2026-05-28 20:37:01 +08:00
tui librz/core/tui: fix panel mode and visual modes cmd format and redundant quotes (#6520) 2026-06-18 11:06:17 +08:00
agraph.c Graph - API changes to enum (#6349) 2026-05-22 13:45:18 +00:00
analysis_objc.c refactor: remove RzAsm struct from the public APIs (#6089) 2026-03-26 01:57:42 +08:00
analysis_tp.c Improve detection of the const format strings as arguments (#6510) 2026-06-15 01:30:44 +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 Graph - API changes to enum (#6349) 2026-05-22 13:45:18 +00:00
canalysis.c Improve ARM/AArch64 DATA xrefs analysis (#6506) 2026-06-14 21:10:30 +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 rz-asm: show an error when -m arg is invalid (#6519) 2026-06-17 11:22:17 +08:00
cautocmpl.c Add pf commands autocomplete (#6445) 2026-06-02 13:44:07 +08:00
cbin.c librz/bin: add STABS format parser (#6511) 2026-06-17 04:13:23 +08:00
cbounds.c Fix double free and reject invalid values for search.in (#6327) 2026-05-11 13:01:53 +08:00
cconfig.c Expose constrained types to user and analysis (#6480) 2026-06-12 02:36:35 +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 Fix debugger for spaced filepaths (#6489) 2026-06-10 11:56:34 +08:00
cflag.c librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
cgraph.c Graph - API changes to enum (#6349) 2026-05-22 13:45:18 +00:00
chash.c librz/hash: add descriptions to all crypto & hash plugins (#5194) 2025-06-10 23:21:45 +08:00
cil.c Expose RzIL Unicode/enriched lines API (#6255) 2026-06-11 02:35:05 +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: move rz_core_types_rename to rz_core.h (#6536) 2026-06-20 02:54:56 +08:00
core_private_base.h
cparser.c Normalize the output of L subcommands (#5077) 2025-04-08 16:46:27 +08:00
cpdb.c Fix PDB virtual functions recognition in analysis (#6472) 2026-06-10 11:55:21 +08:00
cplugin.c support context-aware core plugins (#6404) 2026-05-28 20:37:01 +08:00
cprint.c Rewrite the pf parser and rework the grammar (#6410) 2026-05-29 03:58:58 +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 refactor: move rz_core_types_rename to rz_core.h (#6536) 2026-06-20 02:54:56 +08: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 librz/core/disasm: dedup symbol name when realname is used (#6518) 2026-06-17 11:22:30 +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 librz/core: implement ROP/JOP/COP gadget cache (#6328) 2026-05-24 21:48:42 +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 Feature: JOP and COP support (#6257) 2026-05-11 09:56:35 +00:00
project.c sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
project_migrate.c Bump project version to 25 due to asm.demangle removal (#6461) 2026-06-04 22:39:57 +08:00
README.md
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