rizin/librz/il
Florian Märkl 111cd2c476 [RzIL] Make jumptargets independent of opsize
Previously, after a (jmp x) with opsize y, the jump target would
actually be x + y because the addition happened after the evaluation.
Now we actually jump to the target specified by the op.
2022-01-13 21:35:25 +01:00
..
definitions [RzIL] Rework Variable Handling (#2174) 2022-01-05 11:16:47 +00:00
il_events.c Rename RZIL occurences to RZ_IL 2022-01-03 10:20:11 +01:00
il_export.c Change IL string syntax to s-expressions (#2193) 2022-01-11 10:08:41 +01:00
il_opcodes.c [RzIL] Add Validator (Type-checker) (#2182) 2022-01-10 16:54:13 +01:00
il_reg.c [RzIL] Rework Variable Handling (#2174) 2022-01-05 11:16:47 +00:00
il_validate.c [RzIL] Add Validator (Type-checker) (#2182) 2022-01-10 16:54:13 +01:00
il_vm.c [RzIL] Add Validator (Type-checker) (#2182) 2022-01-10 16:54:13 +01:00
il_vm_eval.c [RzIL] Make jumptargets independent of opsize 2022-01-13 21:35:25 +01:00
meson.build [RzIL] Add Validator (Type-checker) (#2182) 2022-01-10 16:54:13 +01:00
theory_bitv.c [RzIL] Rework Variable Handling (#2174) 2022-01-05 11:16:47 +00:00
theory_bool.c [RzIL] Rework Variable Handling (#2174) 2022-01-05 11:16:47 +00:00
theory_effect.c [RzIL] Rework Variable Handling (#2174) 2022-01-05 11:16:47 +00:00
theory_init.c [RzIL] Add Validator (Type-checker) (#2182) 2022-01-10 16:54:13 +01:00
theory_mem.c [RzIL] Rework Variable Handling (#2174) 2022-01-05 11:16:47 +00:00