rizin/librz/il
Florian Märkl ff4d6608c0
Add rz_bv_append_inplace() (#6592)
Warning: this also swaps the arguments of the old rz_bv_append() to be
consistend with the new inplace variant.
The reason why the inplace function has the low as the first operand is
that it can be more efficient to append to an existing vector inplace
than to prepend to it. Then, the first argument is being used as the
in-out one in all other inplace functions.
2026-07-03 23:31:30 +08:00
..
definitions Fix leaks of RzILMem buffers and enabling RzILMem to take buffer ownership. (#5739) 2026-02-10 15:38:51 +00:00
il_events.c Enable RzIL VM to halt on exceptions. (#5305) 2025-08-25 12:43:01 +00:00
il_export_json.c Enable RzIL VM to halt on exceptions. (#5305) 2025-08-25 12:43:01 +00:00
il_export_string.c RziL: fix incorrect naming of fabs as fpos (#5955) 2026-02-25 16:04:45 +00:00
il_export_string_unicode.c librz/util: shared Unicode subscript formatting for bit-vectors and floats (#6418) 2026-05-29 02:02:58 +08:00
il_graph.c librz/arch/x86: fix ADC, AND, OR, SBB RzIL lifting (#6524) 2026-06-18 11:07:43 +08:00
il_opcodes.c RzIL: Hash Pure variable names to make them more suitable as hash table keys. (#5971) 2026-02-27 11:51:35 +00:00
il_reg.c RzReg: Associate roles with RzRegItem instead of name strings (#6291) 2026-04-30 12:03:51 +02:00
il_routines.c Update contact information of Rot127. (#5522) 2025-11-10 17:15:15 +00:00
il_validate.c rzil: add 'fexcept'|'FEXCEPT' (#4771) 2024-12-18 13:39:01 +08:00
il_vm.c librz/il: fix memory leak caused by using wrong free function (#5915) 2026-02-14 13:39:49 +08:00
il_vm_eval.c Convert %ll format specifiers to PFMT64 (#6267) 2026-04-22 05:57:04 +08:00
meson.build shell: add plF unicode RzIL print command (#5936) 2026-04-04 02:57:31 +08:00
README.md librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
theory_bitv.c Add rz_bv_append_inplace() (#6592) 2026-07-03 23:31:30 +08:00
theory_bool.c [RzIL] Rework Variable Handling (#2174) 2022-01-05 11:16:47 +00:00
theory_effect.c Print pc bitvector in hex (#4142) 2024-01-24 18:20:56 +08:00
theory_fbasic.c Fix error handling and a percision issue in float core (#6469) 2026-06-14 22:48:44 +08:00
theory_init.c Fix return types and args 2023-05-09 15:42:21 +08:00
theory_mem.c Fix return types and args 2023-05-09 15:42:21 +08:00