LICENSE
README.md
pyproject.toml
src/idavator/__init__.py
src/idavator/__main__.py
src/idavator/_clang_loader.py
src/idavator/cfg_verify.py
src/idavator/circle_types.py
src/idavator/cli.py
src/idavator/events.py
src/idavator/ida2llvm.py
src/idavator/ir_annotations.py
src/idavator/itanium_to_msvc.py
src/idavator/llvm2ida.py
src/idavator/llvm_drop.py
src/idavator/oracle.py
src/idavator/persistence.py
src/idavator/round_trip.py
src/idavator/type_providers.py
src/idavator.egg-info/PKG-INFO
src/idavator.egg-info/SOURCES.txt
src/idavator.egg-info/dependency_links.txt
src/idavator.egg-info/entry_points.txt
src/idavator.egg-info/requires.txt
src/idavator.egg-info/top_level.txt
src/idavator/_vendor/__init__.py
src/idavator/_vendor/clang/LICENSE
src/idavator/_vendor/clang/__init__.py
src/idavator/_vendor/clang/cindex.py
src/idavator/gui/__init__.py
src/idavator/gui/plugin.py
src/idavator/ir_passes/__init__.py
src/idavator/ir_passes/concurrency.py
src/idavator/ir_passes/pipeline.py
src/idavator/ir_passes/verify.py
tests/test_apply_llvm_ir.py
tests/test_baseline_lift.py
tests/test_baseline_metrics.py
tests/test_circle_types.py
tests/test_drop_addr_alloca.py
tests/test_drop_addrtaken_alloca.py
tests/test_drop_argreg_preserve.py
tests/test_drop_argspill_across_call.py
tests/test_drop_call_argwidth.py
tests/test_drop_call_varargs.py
tests/test_drop_calloc_store_collapse.py
tests/test_drop_calls.py
tests/test_drop_canary.py
tests/test_drop_cast_narrow.py
tests/test_drop_controlflow.py
tests/test_drop_cursor_struct_define.py
tests/test_drop_cursor_zerooffset.py
tests/test_drop_distinct_ea_50342.py
tests/test_drop_fp_compare.py
tests/test_drop_fp_load_factor.py
tests/test_drop_freewins_relift.py
tests/test_drop_fullbody.py
tests/test_drop_gep.py
tests/test_drop_gep_stack.py
tests/test_drop_global_reloc.py
tests/test_drop_helper_intrinsic.py
tests/test_drop_host_offset_collision.py
tests/test_drop_icall_key_byvalue.py
tests/test_drop_indirect_call.py
tests/test_drop_missing_deref.py
tests/test_drop_missing_param_store.py
tests/test_drop_multiblock.py
tests/test_drop_noreturn.py
tests/test_drop_recv_params.py
tests/test_drop_retslot_generalize.py
tests/test_drop_retslot_residual.py
tests/test_drop_return.py
tests/test_drop_scalar_deref_store.py
tests/test_drop_select.py
tests/test_drop_spike.py
tests/test_drop_stackarg_incoming_reg.py
tests/test_drop_stackargs.py
tests/test_drop_store_deref.py
tests/test_drop_string_addr.py
tests/test_drop_string_const.py
tests/test_drop_struct_alloca.py
tests/test_drop_struct_copy.py
tests/test_drop_struct_param_copy.py
tests/test_drop_switch.py
tests/test_drop_undef.py
tests/test_drop_value_liveness.py
tests/test_drop_vararg_intrinsic.py
tests/test_fidelity.py
tests/test_ir_passes.py
tests/test_llvm_drop.py
tests/test_oracle.py
tests/test_plugin_manifest.py
tests/test_render_tolerance.py
tests/test_round_trip.py
tests/test_type_providers.py