rizin/librz
2026-01-27 15:31:48 +08:00
..
arch Shorten rz_list_iter_has_prev/next() to rz_list_has_prev/next() (#5822) 2026-01-21 13:53:43 +00:00
bin Fix entrypoint, nomenclature & comments in bin_dol.c (#5840) 2026-01-25 19:29:31 +08:00
config Fix doxygen comments to use \<something> notation (#5720) 2026-01-02 19:05:37 +08:00
cons test: increase coverage for RzCons and its components (#5735) 2026-01-07 12:27:45 +08:00
core Arch-agnostic jemalloc heap parser (#5828) 2026-01-27 15:31:48 +08:00
crypto linter: update clang-format installation to version 20 (#5451) 2025-10-12 08:02:03 +08:00
debug Remove RzIO brainfuck/rzweb/rzpipe & RzDebug brainfuck (#5810) 2026-01-17 22:55:47 +08:00
demangler Rename some rz_list funcs to rz_list_XXX_val (part 1) (#5671) 2025-12-25 22:01:49 +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 Cleanup egg code from unused code. (#5767) 2026-01-10 17:02:38 +08:00
flag Shorten rz_list_iter_has_prev/next() to rz_list_has_prev/next() (#5822) 2026-01-21 13:53:43 +00:00
hash Fix "exeeds" typo (#5760) 2026-01-09 21:26:26 +08:00
il Improve performance of mem.c::read_n_bits() (#5819) 2026-01-26 12:19:21 +08:00
include Arch-agnostic jemalloc heap parser (#5828) 2026-01-27 15:31:48 +08:00
io Remove RzIO brainfuck/rzweb/rzpipe & RzDebug brainfuck (#5810) 2026-01-17 22:55:47 +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 Remove rz_io_read_at and use only rz_io_read_at_mapped (#5777) 2026-01-11 22:50:50 +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 Fix "exeeds" typo (#5760) 2026-01-09 21:26:26 +08:00
search Remove dead code of /b. 2025-12-31 23:45:05 +08:00
sign rz-sign: fix CRLF handling in FLIRT .pat parsing (#5707) 2025-12-31 23:45:57 +08:00
socket Remove Global/Static variables in path.c to make it thread safe (#5148) 2025-06-13 21:34:33 +08:00
syscall doc(syscall): improve README and add example (#5135) (#5619) 2025-12-15 14:02:55 +08:00
type Fix the missing release of RZ_OWN parameters (#5641) 2025-12-21 13:48:48 +08:00
util Improve performance of mem.c::read_n_bits() (#5819) 2026-01-26 12:19:21 +08: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.