rizin/librz/arch
Florian Märkl 5353b06952
Some checks failed
Code scanning / build (CodeQL-cpp) (push) Has been cancelled
Code scanning / build (CodeQL-javascript) (push) Has been cancelled
Code scanning / build (CodeQL-python) (push) Has been cancelled
Mixed linter and checks / changes (push) Has been cancelled
Mixed linter and checks / licenses (push) Has been cancelled
Muon build / ubuntu-muon (push) Has been cancelled
TinyCC build / ubuntu-tcc-test (push) Has been cancelled
Mixed linter and checks / cmd_descs_yaml_check (push) Has been cancelled
Mixed linter and checks / bindgen-linter (push) Has been cancelled
Mixed linter and checks / clang-format (push) Has been cancelled
Mixed linter and checks / prettier (push) Has been cancelled
Mixed linter and checks / python (push) Has been cancelled
Replace unsafe string functions in gb plugins
None of these should be exploitable, but we want to get rid of these
unsafe functions.
2026-07-11 15:57:50 +02:00
..
cpus Support Siemens/Infineon C16x microcontroller (#6321) 2026-05-12 21:17:37 +08:00
esil Move ESIL into its own namespace (#6199) 2026-04-11 16:26:01 +08:00
il Split off RzAnalysisILContext from VM (Fix #6455) (#6574) 2026-06-29 13:45:05 +02:00
isa Replace unsafe string functions in gb plugins 2026-07-11 15:57:50 +02:00
isa_gnu arch/vax: remove the GPL binutils-derived VAX plugin 2026-06-13 18:58:55 +08:00
opcodes Support Siemens/Infineon C16x microcontroller (#6321) 2026-05-12 21:17:37 +08:00
p Replace unsafe string functions in gb plugins 2026-07-11 15:57:50 +02:00
p_gnu arch/vax: remove the GPL binutils-derived VAX plugin 2026-06-13 18:58:55 +08:00
platforms Merge rz_asm and rz_analysis into one library but keep deprecated apis. 2024-03-07 18:38:49 +08:00
types arch/tms320: TMS320C55x+ analysis & RzIL (PR #6434) + extended lifter coverage 2026-06-15 23:31:05 +08:00
acode.c refactor: remove RzAsm struct from the public APIs (#6089) 2026-03-26 01:57:42 +08:00
analysis.c Fix tn- <flag> (#6589) 2026-07-04 11:51:58 +08:00
analysis_private.h librz/core: implement ROP/JOP/COP gadget cache (#6328) 2026-05-24 21:48:42 +08:00
aop.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
arch.c Move parse into arch. (#4342) 2024-03-07 23:50:22 +08:00
asm.c librz/debug: native debugger plugin for RISC-V (#5966) 2026-04-26 16:28:07 +08:00
asm_private.h refactor: remove RzAsm struct from the public APIs (#6089) 2026-03-26 01:57:42 +08:00
binutils_as.c refactor: remove RzAsm struct from the public APIs (#6089) 2026-03-26 01:57:42 +08:00
binutils_as.h refactor: remove RzAsm struct from the public APIs (#6089) 2026-03-26 01:57:42 +08:00
block.c Add all call and other xrefs to the abl output (#6269) 2026-06-21 13:02:40 +08:00
cc.c Fix memory leaks across core, bin, and PDB parsing (#6579) 2026-06-30 19:04:28 +08:00
class.c librz/arch: fix some memory leaks (#6240) 2026-04-17 00:09:52 +08:00
cond.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
cycles.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
data.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
deprecated_arch_helper.h Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
dwarf_process.c librz/arch/dwarf: fix range-size underflow when picking a loclist's representative location (#6474) 2026-06-10 16:14:28 +08:00
fcn.c Fix x64 and x86 SEH analysis (#6558) 2026-07-04 15:46:13 +08:00
filter.c librz/arch: render flag-enum operands as an OR of members (#2344) (#6450) 2026-06-02 04:22:25 +08:00
function.c librz/arch: fix signed integer overflow in rz_analysis_function_relocate (#6475) 2026-06-07 22:30:46 +08:00
hint.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
il_trace.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
jmptbl.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
labels.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
luac_process.c Convert %ll format specifiers to PFMT64 (#6267) 2026-04-22 05:57:04 +08:00
meson.build Recognize objc_msgSendSuper2 and objc rtti information (#6529) 2026-07-02 11:10:20 +08:00
meta.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
no_rtti.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
objc_rtti.c Fix Objective-C RTTI superclass decoding on big endian (#6588) 2026-07-03 10:40:33 +08:00
omf_process.c librz/arch/c166: remove unnecessary use of assert macroses (#6345) 2026-05-15 23:53:27 +08:00
op.c Fix memory leaks related to DWARF (#6245) 2026-04-17 17:33:11 +00:00
parse.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
parse_helper.c Move parse into arch. (#4342) 2024-03-07 23:50:22 +08:00
parse_helper.h Move parse into arch. (#4342) 2024-03-07 23:50:22 +08:00
pdb_process.c Fix memory leaks in arch and core (#6590) 2026-07-04 13:36:06 +08:00
platform_profile.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
platform_target_index.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
reflines.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
rtti.c Recognize objc_msgSendSuper2 and objc rtti information (#6529) 2026-07-02 11:10:20 +08:00
rtti_itanium.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
rtti_msvc.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
serialize_analysis.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
similarity.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
swift_rtti.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
switch.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
types.c Fix memory leaks across core, bin, and PDB parsing (#6579) 2026-06-30 19:04:28 +08:00
value.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
var.c Expose constrained types to user and analysis (#6480) 2026-06-12 02:36:35 +08:00
var_global.c Expose constrained types to user and analysis (#6480) 2026-06-12 02:36:35 +08:00
vtable.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
xrefs.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00