rizin/librz
2026-04-05 16:27:46 +08:00
..
arch Luac 5.0-5.5 support (#6142) 2026-04-05 08:12:55 +08:00
bin Luac 5.0-5.5 support (#6142) 2026-04-05 08:12:55 +08:00
config Move arch config into function (#5902) 2026-02-17 18:19:40 +08:00
cons Emacs style case conversions (#5898) 2026-03-11 16:52:52 +00:00
core fix: remove windows debugger compilation warnings (#6140) 2026-04-05 16:27:46 +08:00
crypto librz/bin: add CaRT container format support (#5964) 2026-03-07 20:51:50 +08:00
debug fix: remove windows debugger compilation warnings (#6140) 2026-04-05 16:27:46 +08:00
demangler Fix demangler meson.build (#5942) 2026-02-19 16:40:13 +08:00
diff 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
egg refactor: remove unused mpc subproject (#6091) 2026-03-25 20:30:15 +08:00
flag Fix aav.aav.* naming #2205 (#6079) 2026-03-29 17:49:04 +08:00
hash hash: add jenkins non-cryptographic hash (#6121) 2026-04-02 01:42:23 +08:00
il shell: add plF unicode RzIL print command (#5936) 2026-04-04 02:57:31 +08:00
include Luac 5.0-5.5 support (#6142) 2026-04-05 08:12:55 +08:00
io Inline rz_list_iter_set_data() and shorten it to rz_list_set_val() (#6131) 2026-04-02 06:04:54 +08:00
lang Rename some rz_list funcs to rz_list_XXX_val (part 1) (#5671) 2025-12-25 22:01:49 +08:00
magic Fix memory leak in RzMagicLine: free test_string and name fields (#5782) 2026-01-15 13:37:04 +00:00
main Fix leaks of keyword list and venv (#6094) 2026-03-26 01:58:42 +08:00
mark Rename some rz_list funcs to rz_list_XXX_val (part 1) (#5671) 2025-12-25 22:01:49 +08:00
reg Remove rz_list_iter_get_data() (#5900) 2026-02-10 22:03:37 +08:00
search Remove dead code of /b. 2025-12-31 23:45:05 +08:00
sign Inline rz_list_iter_set_data() and shorten it to rz_list_set_val() (#6131) 2026-04-02 06:04:54 +08:00
socket Allow rizin tools to run as standalone binaries (#6011) 2026-03-11 16:24:23 +00:00
syscall doc(syscall): improve README and add example (#5135) (#5619) 2025-12-15 14:02:55 +08:00
type analysis: add enum immediate hints with ahie command (#6052) 2026-03-21 15:52:21 +08:00
util Add rz_set_u_take(). (#6137) 2026-04-04 12:04:25 +00:00
meson.build Add: Mark API (#5313) 2025-09-01 22:06:01 +00:00
plugins.h.in Merge rz_asm and rz_analysis into one library but keep deprecated apis. 2024-03-07 18:38:49 +08:00
README.md librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
RizinConfig.cmake.in fix sign cmake library (#4595) 2024-08-19 14:12:42 +08:00
RzModulesConfig.cmake.in

Rizin Libs (librz)

The Rizin framework is composed of several pieces that work together to provide a reverse-engineering framework useful for a variety of use-cases and tasks. All tools present in binrz are based on the libraries present in this directory, so getting a general idea of what these libraries are and do is key to navigate the codebase.