rizin/test/integration
Florian Märkl f9e01ba07d [RzIL] Rewrite RzAnalysisRzil as RzAnalysisILVM with config
RzAnalysisILVM wraps around the low-level RzILVM and enables emulation
of real code from disassembly, rather than raw IL.
Analysis plugins now don't actively initialize the vm anymore, but
return a fully declarative description RzAnalysisILConfig of how to set
up the vm and optionally its initial state.
This also enables multiple IL vms to exist at the same time as plugins
can not mess with the global vm anymore. See the added integration test
for an example.
2022-01-17 16:50:40 +01:00
..
meson.build [RzIL] Rewrite RzAnalysisRzil as RzAnalysisILVM with config 2022-01-17 16:50:40 +01:00
test_analysis_il.c [RzIL] Rewrite RzAnalysisRzil as RzAnalysisILVM with config 2022-01-17 16:50:40 +01:00
test_bin_vfiles.c Fixed build warning (#1832) 2021-10-13 17:38:08 +02:00
test_cpu_platform_profiles.c Add rz_deflate* functions and save projects in compressed format (#1446) 2021-08-30 16:54:09 +08:00
test_open_analyse_save_load_project.c Add rz_deflate* functions and save projects in compressed format (#1446) 2021-08-30 16:54:09 +08:00