rizin/librz/il
Rot127 ec02889e9c
RzIL: Hash Pure variable names to make them more suitable as hash table keys. (#5971)
* Pre-compute DJB2 hash of VAR name for internal hash map key usage.

* IL VARS hash: Hash variable name.

* Add tests
2026-02-27 11:51:35 +00: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_graph.c
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 Swap argument order of rz_bv_copy* (#5793) 2026-01-14 23:18:34 +08: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 Enable RzIL VM to halt on exceptions. (#5305) 2025-08-25 12:43:01 +00:00
meson.build Add several common bit operations to RzIL. (#3977) 2023-12-03 17:23:41 +01:00
README.md
theory_bitv.c Swap argument order of rz_bv_copy* (#5793) 2026-01-14 23:18:34 +08:00
theory_bool.c
theory_effect.c Print pc bitvector in hex (#4142) 2024-01-24 18:20:56 +08:00
theory_fbasic.c Enable RzIL VM to halt on exceptions. (#5305) 2025-08-25 12:43:01 +00:00
theory_init.c
theory_mem.c