rizin/librz
NOT XVilka d1f7775a73
Reject NULL values in rz_platform_profiles_init() (#5090)
Co-authored-by: Anton Kochkov <anton.kochkov@gmail.com>
2025-04-22 15:49:02 +08:00
..
arch Reject NULL values in rz_platform_profiles_init() (#5090) 2025-04-22 15:49:02 +08:00
bin rz_utf8_strlen: Change return type to size_t and add Doxygen (#5082) 2025-04-10 20:47:37 +08:00
bp refactor: Use HtSP for storing plugins. (#4687) 2024-10-26 16:31:13 +08:00
config Split rz_core_get_boundaries_prot and rewrite the code. (#4724) 2024-11-19 12:51:26 +08:00
cons Fix some coverity issues. (#5043) 2025-03-27 12:38:42 +08:00
core Reject NULL values in rz_platform_profiles_init() (#5090) 2025-04-22 15:49:02 +08:00
crypto Normalize the output of L subcommands (#5077) 2025-04-08 16:46:27 +08:00
debug Remove RAP protocol (#5046) 2025-03-27 00:55:06 +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 Remove dead code (#4705) 2024-11-08 18:46:13 +08:00
flag Replace strdup with rz_str_dup (#4634) 2024-09-15 19:12:07 +08:00
hash Mark RzHash as const to ensure thread safety. 2025-03-16 00:17:08 +08:00
il Fix some coverity issues. (#5043) 2025-03-27 12:38:42 +08:00
include Reject NULL values in rz_platform_profiles_init() (#5090) 2025-04-22 15:49:02 +08:00
io Remove RAP protocol (#5046) 2025-03-27 00:55:06 +08:00
lang Replace strdup with rz_str_dup (#4634) 2024-09-15 19:12:07 +08:00
magic librz/magic: Fix rz_magic_buffer parameter types for sys magic (#5036) 2025-03-25 09:33:06 +08:00
main Normalize the output of L subcommands (#5077) 2025-04-08 16:46:27 +08:00
reg librz/reg: constify rz_reg_get() context argument (#4937) 2025-02-26 01:12:51 +08:00
search Fix some coverity issues. (#5043) 2025-03-27 12:38:42 +08:00
sign Fix some coverity issues. (#5043) 2025-03-27 12:38:42 +08:00
socket Remove RAP protocol (#5046) 2025-03-27 00:55:06 +08:00
syscall Replace strdup with rz_str_dup (#4634) 2024-09-15 19:12:07 +08:00
type Fix undefined behavior if size is negative. 2025-03-07 12:10:01 +00:00
util /z: Set min_length to max(|search literal|, search.str.min_length) (#5083) 2025-04-12 14:53:22 +08:00
meson.build String/Hex-Search 6/9: Add core implementation of new search (by deroad). 2025-02-22 04:12:49 +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.