rizin/librz
Dhruv Maroo 87f889efa7 Fix conversion of 80-bit floats
* Add a new unit test for the same
2024-02-17 15:46:11 +08:00
..
analysis Add pacibsp as valid function prologue. 2024-02-17 15:04:47 +08:00
asm rzil: add analysis and evaluation integration test (#4241) 2024-02-16 21:10:44 +08:00
bin Convert pf commands to rzshell (#3467) 2024-02-16 10:30:59 +08:00
bp librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
config Add user pointer to RzListComparator (#4204) 2024-02-11 13:28:33 +08:00
cons Trim grep expression before processing it. (#4227) 2024-02-14 21:43:42 +08:00
core rzil: add analysis and evaluation integration test (#4241) 2024-02-16 21:10:44 +08:00
crypto Introducing SM4 encryption and decryption (#3863) 2023-12-03 13:36:38 +08:00
debug Rewrite how rz_cons_pipe_open/close behave to remove globals (#4223) 2024-02-14 09:05:17 +08:00
demangler librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
diff Add user pointer to RzListComparator (#4204) 2024-02-11 13:28:33 +08:00
egg librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
flag Add user pointer to RzListComparator (#4204) 2024-02-11 13:28:33 +08:00
hash Fix openssl 3.0 support due changes on legacy algorithms. (#4215) 2024-02-12 17:44:04 +08:00
il Add user pointer to RzListComparator (#4204) 2024-02-11 13:28:33 +08:00
include Update rz_search_keyword_new() doxygen and variable names. 2024-02-17 15:04:47 +08:00
io Remove some more of sdb_fmt() calls (#4140) 2024-01-30 22:36:39 +08:00
lang Convert from rz_str_new to rz_str_dup (#4178) 2024-02-07 00:07:53 +08:00
magic Replace current regex engine with PCRE2 (#4185) 2024-02-05 12:51:16 +08:00
main Add help and colors for rz-run -h (#4225) (#4237) 2024-02-16 01:54:12 +08:00
parse Don't match numbers with a '.', '*' and '\w' prefix. 2024-02-16 16:57:31 +08:00
reg Add user pointer to RzListComparator (#4204) 2024-02-11 13:28:33 +08:00
search Update rz_search_keyword_new() doxygen and variable names. 2024-02-17 15:04:47 +08:00
sign Add user pointer to RzListComparator (#4204) 2024-02-11 13:28:33 +08:00
socket Add help and colors for rz-run -h (#4225) (#4237) 2024-02-16 01:54:12 +08:00
syscall Remove some more of sdb_fmt() calls (#4140) 2024-01-30 22:36:39 +08:00
type Convert pf commands to rzshell (#3467) 2024-02-16 10:30:59 +08:00
util Fix conversion of 80-bit floats 2024-02-17 15:46:11 +08:00
config.h.in
meson.build
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.