rizin/librz
2024-09-04 21:16:17 +08:00
..
arch Add missing VFP-v3/Neon D0-D31 registers (#4592) 2024-08-16 07:27:52 +00:00
bin dwarf: fix loading big Zlib sections 2024-08-15 22:51:42 +08:00
bp sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
config sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
cons dietline: rz_line_readline_cb pass line to __move_cursor_left instead of NULL (#4544) 2024-06-09 10:12:27 +08:00
core test/integration/open: check base address (#4597) 2024-08-29 11:21:23 +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 Adjust OpenBSD code to set the process state to be less wrong. (#4579) 2024-07-28 10:05:46 +00: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 sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
flag sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +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 core/rop: refactor and grep ROP info (#4569) 2024-07-31 21:50:50 +08:00
include core/analysis: API to get sourceline info for functions (#4598) 2024-08-29 11:21:03 +08:00
io sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +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 Add one similarity against all functions of another binary (#4584) 2024-08-07 08:27:51 +08:00
reg core/rop: refactor and grep ROP info (#4569) 2024-07-31 21:50:50 +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 sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
type librz: link to tree-sitter directly (#4603) 2024-09-03 21:46:24 +08:00
util Add wrap for native SoftFloat subproject 2024-09-04 21:16:17 +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 fix sign cmake library (#4595) 2024-08-19 14:12:42 +08:00
RzModulesConfig.cmake.in Replace meson cmake module usage by plain configure_file() (#2948) 2022-08-21 22:01:54 +08: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.