rizin/librz
2026-05-15 23:53:27 +08:00
..
arch librz/arch/c166: remove unnecessary use of assert macroses (#6345) 2026-05-15 23:53:27 +08:00
bin librz/arch/c166: remove unnecessary use of assert macroses (#6345) 2026-05-15 23:53:27 +08:00
config Remove RzConfig.lock and re-introduce rz_config_lock for compatibility (#6315) 2026-05-05 23:40:28 +08:00
cons Fix ownership of RzConsCanvas when used by RzAGraph (#6231) 2026-04-14 16:55:09 +08:00
core Fix afb-* (#6347) 2026-05-14 00:52:20 +08:00
crypto librz/bin: add CaRT container format support (#5964) 2026-03-07 20:51:50 +08:00
debug Reduce verbose error messages from unsupported native debugger (#6337) 2026-05-11 23:48:18 +08:00
demangler Fix demangler meson.build (#5942) 2026-02-19 16:40:13 +08:00
diff refactor: add hashtable-based RzGraph implementation (#6152) 2026-04-08 04:01:40 +08:00
egg Fix ISO C23 warnings related the usage of strstr & strchr (#6182) 2026-04-08 22:04:39 +08:00
flag Fix aav.aav.* naming #2205 (#6079) 2026-03-29 17:49:04 +08:00
hash hash: add fnv1a algorithm (#6186) 2026-04-09 19:05:02 +08:00
il RzReg: Associate roles with RzRegItem instead of name strings (#6291) 2026-04-30 12:03:51 +02:00
include Support Siemens/Infineon C16x microcontroller (#6321) 2026-05-12 21:17:37 +08:00
io librz/io: fix book link in io_mach (#6285) 2026-04-26 09:36:41 +08:00
lang Remove static global variables from armass.c, rtr.c, rtr_http.c, and c.c (#6183) 2026-04-09 00:53:01 +08:00
magic Convert %ll format specifiers to PFMT64 (#6267) 2026-04-22 05:57:04 +08:00
main Fix double free and reject invalid values for search.in (#6327) 2026-05-11 13:01:53 +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 RzReg: Associate roles with RzRegItem instead of name strings (#6291) 2026-04-30 12:03:51 +02:00
search Use stdint types for ut64 and friends (#6276) 2026-04-22 21:43:04 +08:00
sign Convert %ll format specifiers to PFMT64 (#6267) 2026-04-22 05:57:04 +08:00
socket build: propagate OpenSSL in CMake exports (#6284) 2026-05-06 10:04:34 +00:00
syscall doc(syscall): improve README and add example (#5135) (#5619) 2025-12-15 14:02:55 +08:00
type Convert %ll format specifiers to PFMT64 (#6267) 2026-04-22 05:57:04 +08:00
util build: propagate OpenSSL in CMake exports (#6284) 2026-05-06 10:04:34 +00:00
meson.build build: propagate OpenSSL in CMake exports (#6284) 2026-05-06 10:04:34 +00:00
plugins.h.in
README.md
RizinConfig.cmake.in build: propagate OpenSSL in CMake exports (#6284) 2026-05-06 10:04:34 +00:00
RzModulesConfig.cmake.in build: propagate OpenSSL in CMake exports (#6284) 2026-05-06 10:04:34 +00:00

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.