rizin/librz
NOT XVilka e9dd764f87
refactor: remove unused mpc subproject (#6091)
Co-authored-by: Anton Kochkov <anton.kochkov@gmail.com>
2026-03-25 20:30:15 +08:00
..
arch librz/hash: add murmur3 hash function (without keys support) (#6002) 2026-03-25 15:46:37 +08:00
bin librz/bin/elf: Add R_PPC64_RELATIVE and R_PPC64_ADDR64. (#6058) 2026-03-21 13:50:43 +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 Remove addrbytes from RzIO which is always 1 and never changes. (#6084) 2026-03-24 16:11:50 +08:00
crypto librz/bin: add CaRT container format support (#5964) 2026-03-07 20:51:50 +08:00
debug Fix Illumos/Solaris platform support (#5972) 2026-02-27 13:01:40 +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 Shorten rz_list_iter_has_prev/next() to rz_list_has_prev/next() (#5822) 2026-01-21 13:53:43 +00:00
hash librz/hash: add murmur3 hash function (without keys support) (#6002) 2026-03-25 15:46:37 +08:00
il RzIL: Hash Pure variable names to make them more suitable as hash table keys. (#5971) 2026-02-27 11:51:35 +00:00
include librz/hash: add murmur3 hash function (without keys support) (#6002) 2026-03-25 15:46:37 +08:00
io Remove addrbytes from RzIO which is always 1 and never changes. (#6084) 2026-03-24 16:11:50 +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 remnants of printing Rizin commands (#6085) 2026-03-24 22:15:47 +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 rz-sign: fix CRLF handling in FLIRT .pat parsing (#5707) 2025-12-31 23:45:57 +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 librz/util: remove unused rz_range functions (#6083) 2026-03-24 16:44:22 +08:00
meson.build Add: Mark API (#5313) 2025-09-01 22:06:01 +00:00
plugins.h.in
README.md
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.