LICENSE
README.md
pyproject.toml
r2morph/__init__.py
r2morph/cli.py
r2morph/session.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/analyzer.py
r2morph/analysis/cfg.py
r2morph/analysis/dependencies.py
r2morph/analysis/diff_analyzer.py
r2morph/analysis/enhanced_analyzer.py
r2morph/analysis/invariants.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/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/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/instrumentation/__init__.py
r2morph/instrumentation/frida_engine.py
r2morph/mutations/__init__.py
r2morph/mutations/arm_expansion_rules.py
r2morph/mutations/arm_rules.py
r2morph/mutations/base.py
r2morph/mutations/block_reordering.py
r2morph/mutations/control_flow_flattening.py
r2morph/mutations/dead_code_injection.py
r2morph/mutations/instruction_expansion.py
r2morph/mutations/instruction_substitution.py
r2morph/mutations/nop_insertion.py
r2morph/mutations/opaque_predicates.py
r2morph/mutations/register_substitution.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/relocations/__init__.py
r2morph/relocations/cave_finder.py
r2morph/relocations/manager.py
r2morph/relocations/reference_updater.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/fuzzer.py
r2morph/validation/regression.py
r2morph/validation/validator.py