rizin/librz
2024-05-12 15:25:46 +08:00
..
arch Fix bug in function_children_parse() (#4485) 2024-05-11 20:37:25 +08:00
bin Add note regarding rz_bin_reloc_free and bin_coff (#4488) 2024-05-12 15:25:46 +08:00
bp Refactor sdb_foreach and related APIs (#4471) 2024-05-07 07:57:52 +08:00
config Refactor sdb_foreach and related APIs (#4471) 2024-05-07 07:57:52 +08:00
cons Fix heap buffer over-read in pal.c (#4455) 2024-04-21 17:54:33 +03:00
core core/canalysis.c: fix the ignored parameter in rz_core_analysis_function_signature_editor (#4481) 2024-05-09 12:27:50 +08:00
crypto Merge rz_asm and rz_analysis into one library but keep deprecated apis. 2024-03-07 18:38:49 +08:00
debug Refactor sdb_foreach and related APIs (#4471) 2024-05-07 07:57:52 +08:00
demangler Add missing newlines to some RZ_LOG_* calls (#4439) 2024-04-18 00:04:38 +08:00
diff Add HtSP, HtSS, HtSU, SetS (#4415) 2024-04-16 20:27:48 +08:00
egg Merge rz_asm and rz_analysis into one library but keep deprecated apis. 2024-03-07 18:38:49 +08:00
flag Refactor sdb_foreach and related APIs (#4471) 2024-05-07 07:57:52 +08:00
hash Merge rz_asm and rz_analysis into one library but keep deprecated apis. 2024-03-07 18:38:49 +08:00
il RzIL: add aezsue to support Step until PC equals given address and output VM changes (#4466) 2024-05-04 09:31:02 +08:00
include Add set_s_to_vector() API 2024-05-11 08:09:59 +08:00
io Fix NULL dereference in rz_io_resize() (#4479) 2024-05-07 20:50:37 +08:00
lang Merge rz_asm and rz_analysis into one library but keep deprecated apis. 2024-03-07 18:38:49 +08:00
magic Replace current regex engine with PCRE2 (#4185) 2024-02-05 12:51:16 +08:00
main rizin: Remove -Q flag (#4468) 2024-05-11 22:48:05 +08:00
reg Add HtSP, HtSS, HtSU, SetS (#4415) 2024-04-16 20:27:48 +08:00
search Update rz_search_keyword_new() doxygen and variable names. 2024-02-17 15:04:47 +08:00
sign Add HtSP, HtSS, HtSU, SetS (#4415) 2024-04-16 20:27:48 +08:00
socket Add help and colors for rz-run -h (#4225) (#4237) 2024-02-16 01:54:12 +08:00
syscall Refactor sdb_foreach and related APIs (#4471) 2024-05-07 07:57:52 +08:00
type Refactor sdb_foreach and related APIs (#4471) 2024-05-07 07:57:52 +08:00
util Add set_s_to_vector() API 2024-05-11 08:09:59 +08:00
meson.build Move parse into arch. (#4342) 2024-03-07 23:50:22 +08: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
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.