rizin/librz/arch
NOT XVilka cc87ff20e5
Expose constrained types to user and analysis (#6480)
Co-authored-by: Anton Kochkov <anton.kochkov@gmail.com>
2026-06-12 02:36:35 +08: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 Move ESIL into its own namespace (#6199) 2026-04-11 16:26:01 +08:00
isa librz/arch: MIL-STD-1750 ISA support (#6042) 2026-06-11 12:53:58 +08:00
isa_gnu librz/arch: rewrite the RISC-V support to use Capstone (#5482) 2026-02-17 03:35:37 +08:00
opcodes Support Siemens/Infineon C16x microcontroller (#6321) 2026-05-12 21:17:37 +08:00
p librz/arch/mips: improve static GP resolution (#6497) 2026-06-11 23:15:53 +08:00
p_gnu Inline rz_list_iter_set_data() and shorten it to rz_list_set_val() (#6131) 2026-04-02 06:04:54 +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 types: fix stubs and add missing Windows types (#6421) 2026-05-29 16:14:16 +08:00
acode.c refactor: remove RzAsm struct from the public APIs (#6089) 2026-03-26 01:57:42 +08:00
analysis.c librz/core: implement ROP/JOP/COP gadget cache (#6328) 2026-05-24 21:48:42 +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 Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00:00
cc.c Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00: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 PDB virtual functions recognition in analysis (#6472) 2026-06-10 11:55:21 +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 librz/arch: MIL-STD-1750 ISA support (#6042) 2026-06-11 12:53:58 +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
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 librz/bin/pdb: fix memory leaks of PDB callable convention strings and orphaned callables (#6468) 2026-06-09 12:23:56 +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 Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00: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 Move RzAnalysis as private and force usage of C API (#6123) 2026-04-06 16:07:53 +00: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