rizin/librz
Florian Märkl 505893bdce Fix debugger build on Mac OS X 10.5/ppc
Debugging itself is still not working, but now it does not prevent a successful
build for static analysis.
2024-04-09 10:54:12 +02:00
..
arch Fix EXEC_WITH_RMODE macro and make the IL generated more concise (#4413) 2024-04-05 08:30:35 +08:00
bin Replace strnlen call 2024-04-09 10:54:12 +02:00
bp Merge rz_asm and rz_analysis into one library but keep deprecated apis. 2024-03-07 18:38:49 +08:00
config Add user pointer to RzListComparator (#4204) 2024-02-11 13:28:33 +08:00
cons Fix inlcudes 2024-03-01 01:14:07 -05:00
core Remove RzFlag.base 2024-04-04 13:22:57 +02:00
crypto Merge rz_asm and rz_analysis into one library but keep deprecated apis. 2024-03-07 18:38:49 +08:00
debug Fix debugger build on Mac OS X 10.5/ppc 2024-04-09 10:54:12 +02:00
demangler Update libdemangle to latest main and add LD command as alias of iDl (#4411) 2024-04-01 14:39:35 +08:00
diff Add user pointer to RzListComparator (#4204) 2024-02-11 13:28:33 +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 Remove RzFlag.base 2024-04-04 13:22:57 +02: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: replace float comparison macros with functions (#4400) 2024-04-02 09:18:21 +08:00
include Remove RzFlag.base 2024-04-04 13:22:57 +02:00
io Fix condition for posix_spawn in io_debug (Fix #4352) 2024-04-09 10:54:12 +02: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 Remove rz_analysis_get_fcns since dups rz_analysis_function_list (#4353) 2024-03-11 10:03:57 +08:00
reg Remove rz_list_get_top/bottom & rz_list_get_head/tail_data (#4348) 2024-03-09 18:24:23 +08:00
search Update rz_search_keyword_new() doxygen and variable names. 2024-02-17 15:04:47 +08:00
sign Convert basic block into RzPVector (#4349) 2024-03-10 15:59:15 +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 added RZ_BORROW 2024-03-16 08:56:50 +00:00
util Fix memleak in define_cast_from_value macro (#4407) 2024-03-31 12:05:29 +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 false-positive skipping of components in cmake config (#2807) 2022-07-14 17:03:37 +02: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.