LICENSE
README.md
pyproject.toml
r2morph/__init__.py
r2morph/cli.py
r2morph/factories.py
r2morph/session.py
r2morph/tui.py
r2morph.egg-info/PKG-INFO
r2morph.egg-info/SOURCES.txt
r2morph.egg-info/dependency_links.txt
r2morph.egg-info/entry_points.txt
r2morph.egg-info/requires.txt
r2morph.egg-info/top_level.txt
r2morph/adapters/__init__.py
r2morph/adapters/disassembler.py
r2morph/adapters/mock_disassembler.py
r2morph/adapters/r2pipe_adapter.py
r2morph/analysis/__init__.py
r2morph/analysis/abi_checker.py
r2morph/analysis/analyzer.py
r2morph/analysis/call_graph.py
r2morph/analysis/cfg.py
r2morph/analysis/critical_nodes.py
r2morph/analysis/dataflow.py
r2morph/analysis/defuse.py
r2morph/analysis/dependencies.py
r2morph/analysis/diff_analyzer.py
r2morph/analysis/enhanced_analyzer.py
r2morph/analysis/exception.py
r2morph/analysis/invariants.py
r2morph/analysis/liveness.py
r2morph/analysis/memory_flow.py
r2morph/analysis/os_flags.py
r2morph/analysis/pattern_preservation.py
r2morph/analysis/register_tracker.py
r2morph/analysis/ssa.py
r2morph/analysis/switch_table.py
r2morph/analysis/type_inference.py
r2morph/analysis/symbolic/__init__.py
r2morph/analysis/symbolic/angr_bridge.py
r2morph/analysis/symbolic/constraint_solver.py
r2morph/analysis/symbolic/path_explorer.py
r2morph/analysis/symbolic/state_manager.py
r2morph/analysis/symbolic/syntia_integration.py
r2morph/core/__init__.py
r2morph/core/analysis_cache.py
r2morph/core/assembly.py
r2morph/core/binary.py
r2morph/core/config.py
r2morph/core/constants.py
r2morph/core/engine.py
r2morph/core/function.py
r2morph/core/instruction.py
r2morph/core/memory_manager.py
r2morph/core/parallel.py
r2morph/core/parallel_executor.py
r2morph/core/reader.py
r2morph/core/support.py
r2morph/core/writer.py
r2morph/crypto/__init__.py
r2morph/crypto/aes.py
r2morph/detection/__init__.py
r2morph/detection/anti_analysis_bypass.py
r2morph/detection/control_flow_detector.py
r2morph/detection/entropy_analyzer.py
r2morph/detection/evasion_scorer.py
r2morph/detection/obfuscation_detector.py
r2morph/detection/packer_signatures.py
r2morph/detection/pattern_matcher.py
r2morph/detection/similarity_hasher.py
r2morph/devirtualization/__init__.py
r2morph/devirtualization/binary_rewriter.py
r2morph/devirtualization/cfo_simplifier.py
r2morph/devirtualization/iterative_simplifier.py
r2morph/devirtualization/mba_solver.py
r2morph/devirtualization/vm_handler_analyzer.py
r2morph/export/__init__.py
r2morph/export/nasm_export.py
r2morph/instrumentation/__init__.py
r2morph/instrumentation/frida_engine.py
r2morph/mutations/__init__.py
r2morph/mutations/abi_aware_base.py
r2morph/mutations/abi_hook.py
r2morph/mutations/anti_disassembly.py
r2morph/mutations/api_hashing.py
r2morph/mutations/arm_expansion_rules.py
r2morph/mutations/arm_rules.py
r2morph/mutations/base.py
r2morph/mutations/block_reordering.py
r2morph/mutations/cfg_aware.py
r2morph/mutations/code_mobility.py
r2morph/mutations/code_virtualization.py
r2morph/mutations/conflict_detector.py
r2morph/mutations/constant_unfolding.py
r2morph/mutations/control_flow_flattening.py
r2morph/mutations/data_flow_mutation.py
r2morph/mutations/dead_code_injection.py
r2morph/mutations/full_cff.py
r2morph/mutations/function_outlining.py
r2morph/mutations/gadgets.py
r2morph/mutations/hardened_base.py
r2morph/mutations/import_obfuscation.py
r2morph/mutations/instruction_expansion.py
r2morph/mutations/instruction_substitution.py
r2morph/mutations/junk_generator.py
r2morph/mutations/nop_insertion.py
r2morph/mutations/opaque_predicates.py
r2morph/mutations/parallel_executor.py
r2morph/mutations/pass_dependencies.py
r2morph/mutations/pattern_integration.py
r2morph/mutations/pattern_pool.py
r2morph/mutations/polymorphic_engine.py
r2morph/mutations/register_substitution.py
r2morph/mutations/self_modifying_code.py
r2morph/mutations/semantic_validation.py
r2morph/mutations/short_jump_patching.py
r2morph/mutations/stack_strings.py
r2morph/mutations/string_obfuscation.py
r2morph/mutations/subregister.py
r2morph/mutations/equivalences/__init__.py
r2morph/mutations/equivalences/loader.py
r2morph/performance/__init__.py
r2morph/pipeline/__init__.py
r2morph/pipeline/pipeline.py
r2morph/platform/__init__.py
r2morph/platform/codesign.py
r2morph/platform/elf_handler.py
r2morph/platform/macho_handler.py
r2morph/platform/pe_handler.py
r2morph/profiling/__init__.py
r2morph/profiling/hotpath_detector.py
r2morph/profiling/profiler.py
r2morph/protocols/__init__.py
r2morph/relocations/__init__.py
r2morph/relocations/cave_finder.py
r2morph/relocations/cave_injector.py
r2morph/relocations/manager.py
r2morph/relocations/reference_updater.py
r2morph/relocations/utils.py
r2morph/reporting/__init__.py
r2morph/reporting/__main__.py
r2morph/reporting/cli_commands.py
r2morph/reporting/filtered_summary_builder.py
r2morph/reporting/gate_evaluator.py
r2morph/reporting/report_builder.py
r2morph/reporting/report_context.py
r2morph/reporting/report_emitter.py
r2morph/reporting/report_filters.py
r2morph/reporting/report_helpers.py
r2morph/reporting/report_orchestrator.py
r2morph/reporting/report_renderer.py
r2morph/reporting/report_rendering.py
r2morph/reporting/report_resolver.py
r2morph/reporting/report_state.py
r2morph/reporting/report_view_builder.py
r2morph/reporting/sarif_formatter.py
r2morph/reporting/sarif_schema.py
r2morph/reporting/summary_aggregator.py
r2morph/utils/__init__.py
r2morph/utils/assembler.py
r2morph/utils/dead_code.py
r2morph/utils/entropy.py
r2morph/utils/hashing.py
r2morph/utils/logging.py
r2morph/validation/__init__.py
r2morph/validation/benchmark.py
r2morph/validation/cfg_integrity.py
r2morph/validation/differ.py
r2morph/validation/extended_semantic.py
r2morph/validation/fuzzer.py
r2morph/validation/integrity.py
r2morph/validation/leak_detection.py
r2morph/validation/manager.py
r2morph/validation/mutation_fuzzer.py
r2morph/validation/performance_regression.py
r2morph/validation/regression.py
r2morph/validation/semantic.py
r2morph/validation/semantic_invariants.py
r2morph/validation/validator.py