rizin/librz/core
Khairul Azhar Kasmiran 2eac3fce25
Use macro versions of rz_list_iter_get_prev/next() instead (#5696)
* Add rz_list_safe_prev/next macros
* Remove rz_list_iter_get_prev/next() functions
* Use rz_list_safe_prev() macro instead of rz_list_iter_get_prev() function
* Use rz_list_safe_next() macro instead of rz_list_iter_get_next() function
2025-12-28 21:05:49 +08:00
..
cmd Use macro versions of rz_list_iter_get_prev/next() instead (#5696) 2025-12-28 21:05:49 +08:00
cmd_descs shell: add docs, tests, and fix filtering for /Rk command (#5623) 2025-12-25 22:04:05 +08:00
p
tui visual: fix Vv mode theme refresh (#5665) 2025-12-25 22:03:02 +08:00
agraph.c Use macro versions of rz_list_iter_get_prev/next() instead (#5696) 2025-12-28 21:05:49 +08:00
analysis_objc.c Make code compilable under checks_level 0 and 3 (#5102) 2025-05-10 23:29:19 +08:00
analysis_tp.c
basefind.c
caddr.c Implement unified API for describing addresses (name+offset format) (#5571) 2025-12-10 19:11:31 +08:00
cagraph.c
canalysis.c Analysis support for GCC's __gnu_thumb1_case_uqi jump tables on ARM / Thumb-1 (#5659) 2025-12-24 09:41:02 +08:00
cannotated_code.c linter: update clang-format installation to version 20 (#5451) 2025-10-12 08:02:03 +08:00
carg.c
casm.c asm: fix NULL reference when calling uninitialized cpu descriptions getter (#5677) 2025-12-28 15:09:16 +08:00
cautocmpl.c shell: new arg type RZ_CMD_ARG_TYPE_FOLDER (#5514) 2025-12-10 19:08:38 +08:00
cbin.c librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
cbounds.c Don't add unreadable sections to the search boundaries (IO fails). (#5069) 2025-04-05 14:26:49 +08:00
cconfig.c Add pF8 for decoding PKCS8 & add info on /cm (#5647) 2025-12-20 16:28:10 +08:00
ccrypto.c librz/hash: add descriptions to all crypto & hash plugins (#5194) 2025-06-10 23:21:45 +08:00
cdebug.c Rename rz_list_first() / rz_list_last() to rz_list_first_val() / rz_list_last_val() (#5654) 2025-12-20 17:08:59 +08:00
cesil.c librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
cfile.c Rename some rz_list funcs to rz_list_XXX_val (part 1) (#5671) 2025-12-25 22:01:49 +08:00
cflag.c librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
cgraph.c Update contact information of Rot127. (#5522) 2025-11-10 17:15:15 +00:00
chash.c librz/hash: add descriptions to all crypto & hash plugins (#5194) 2025-06-10 23:21:45 +08:00
cheap.c
cil.c Use macro versions of rz_list_iter_get_prev/next() instead (#5696) 2025-12-28 21:05:49 +08:00
cio.c librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +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 Rename rz_list_first() / rz_list_last() to rz_list_first_val() / rz_list_last_val() (#5654) 2025-12-20 17:08:59 +08:00
cmp.c librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
core.c Implement unified API for describing addresses (name+offset format) (#5571) 2025-12-10 19:11:31 +08:00
core_private.h visual: fix Vv mode theme refresh (#5665) 2025-12-25 22:03:02 +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 Remove static vars from librz/core/windows_heap.c (#5326) 2025-08-29 08:30:04 +08:00
cplugin.c
cprint.c Implement unified API for describing addresses (name+offset format) (#5571) 2025-12-10 19:11:31 +08:00
creg.c
csearch.c Update contact information of Rot127. (#5522) 2025-11-10 17:15:15 +00:00
csign.c Use rz_buf_new_file when loading PDB & FLIRT files. (#5161) 2025-05-22 17:08:29 +08:00
csyscall.c
ctypes.c Rename rz_list_first() / rz_list_last() to rz_list_first_val() / rz_list_last_val() (#5654) 2025-12-20 17:08:59 +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 Rename rz_list_first() / rz_list_last() to rz_list_first_val() / rz_list_last_val() (#5654) 2025-12-20 17:08:59 +08:00
devirtualize_objc.c Devirtualize message dispatch in ObjectiveC (#5328) 2025-09-27 15:37:02 +08:00
disasm.c Use macro versions of rz_list_iter_get_prev/next() instead (#5696) 2025-12-28 21:05:49 +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
golang.c Rename rz_str_len_utf8_ansi() to rz_str_utf8_ansi_cols() (#5649) 2025-12-19 23:01:24 +08:00
hack.c librz/core: remove old shell completely (#5004) 2025-03-17 22:26:22 +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
linux_heap_glibc.c Fix: multiple memory release issues (#5616) 2025-12-13 22:14:50 +08:00
linux_heap_glibc.h
linux_heap_glibc64.c
linux_heap_glibc64.h
linux_heap_jemalloc.c linter: update clang-format installation to version 20 (#5451) 2025-10-12 08:02:03 +08:00
meson.build Implement unified API for describing addresses (name+offset format) (#5571) 2025-12-10 19:11:31 +08:00
project.c
project_migrate.c Remove bin.debase64 option. (#5405) 2025-09-23 00:59:12 +08:00
README.md
rop.c shell: add docs, tests, and fix filtering for /Rk command (#5623) 2025-12-25 22:04:05 +08:00
rtr.c Remove RAP protocol (#5046) 2025-03-27 00:55:06 +08:00
rtr_http.c shell: port R commands to RzShell (#4957) 2025-03-05 23:18:20 +08:00
rtr_shell.c
seek.c
serialize_core.c Add: Mark API (#5313) 2025-09-01 22:06:01 +00:00
task.c
windows_heap.c linter: update clang-format installation to version 20 (#5451) 2025-10-12 08:02:03 +08:00
yank.c librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00