rizin/librz
Giovanni d2494fac4a
librz/bin/{coff,ecoff}: fix various Coverity issues (#6023)
* Fix Coverity issues on ecoff
* Fix Alpha bitness
* Fix memleak in coff.c
* Fix tests
2026-03-13 00:44:59 +08:00
..
arch librz/bin/{coff,ecoff}: fix various Coverity issues (#6023) 2026-03-13 00:44:59 +08:00
bin librz/bin/{coff,ecoff}: fix various Coverity issues (#6023) 2026-03-13 00:44:59 +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 Allow rizin tools to run as standalone binaries (#6011) 2026-03-11 16:24:23 +00: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 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 blake2 hash support (#5995) 2026-03-06 22:17:59 +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 Allow rizin tools to run as standalone binaries (#6011) 2026-03-11 16:24:23 +00:00
io Fix Illumos/Solaris platform support (#5972) 2026-02-27 13:01:40 +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 Emacs style case conversions (#5898) 2026-03-11 16:52:52 +00: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 Fix the missing release of RZ_OWN parameters (#5641) 2025-12-21 13:48:48 +08:00
util Allow rizin tools to run as standalone binaries (#6011) 2026-03-11 16:24:23 +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.