rizin/librz
2024-01-17 15:17:36 +08:00
..
analysis tricore fixes coverity (#4116) 2024-01-17 15:16:39 +08:00
asm Remove globals in RzAsm plugins (#4114) 2024-01-17 08:02:23 +08:00
bin v850 support for getting main offset (#2380) 2024-01-16 08:25:34 +08:00
bp librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
config librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
cons Remove global RzLine instance 2024-01-07 22:40:25 +08:00
core Add simple POST-command and changed upload path (remote) (#4106) 2024-01-17 15:17:36 +08:00
crypto Introducing SM4 encryption and decryption (#3863) 2023-12-03 13:36:38 +08:00
debug Patch for windows debugger to load libraries (#4113) 2024-01-16 13:55:10 +08:00
demangler librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
diff Remove ../include/rz_util from rz_util_includes (#3935) 2023-10-22 19:38:56 +08:00
egg librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
flag Force usage of RzList methods instead of direct access of the fields (#4036) 2023-12-18 21:05:57 +08:00
hash Allow configuring bin hashes (#3951) 2023-11-05 19:00:28 +08:00
il Add RzIL API SEXTRACT32 and NE (#4093) 2024-01-10 23:54:15 +08:00
include Enable CFG generation. (#4037) 2024-01-15 07:51:35 +08:00
io Remove global RzLine instance 2024-01-07 22:40:25 +08:00
lang Remove global RzLine instance 2024-01-07 22:40:25 +08:00
magic librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
main Refactor sections in RzBinPlugin from list to pvector (#4089) 2024-01-11 12:19:22 +08:00
parse Force usage of RzList methods instead of direct access of the fields (#4036) 2023-12-18 21:05:57 +08:00
reg Force usage of RzList methods instead of direct access of the fields (#4036) 2023-12-18 21:05:57 +08:00
search librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
sign Remove hidden static in rz_str_pad 2024-01-06 23:30:07 +08:00
socket Fix use-after-free of _args[0] in RzRunProfile (#4019) 2023-12-03 23:27:35 +08:00
syscall librz: fix move_mount syscall number (#3997) 2023-11-23 18:56:29 +08:00
type Fix rz_base_type_clone_into 2023-11-29 10:29:01 +08:00
util Refactor sections in RzBinPlugin from list to pvector (#4089) 2024-01-11 12:19:22 +08:00
config.h.in bin: remove Ldr plugins 2022-07-20 22:04:02 +02:00
meson.build Replace meson cmake module usage by plain configure_file() (#2948) 2022-08-21 22:01:54 +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.