LICENSE
README.md
pyproject.toml
src/patcherex2/__init__.py
src/patcherex2/patcherex.py
src/patcherex2.egg-info/PKG-INFO
src/patcherex2.egg-info/SOURCES.txt
src/patcherex2.egg-info/dependency_links.txt
src/patcherex2.egg-info/requires.txt
src/patcherex2.egg-info/top_level.txt
src/patcherex2/allocation_management/__init__.py
src/patcherex2/allocation_management/allocation_management.py
src/patcherex2/assemblers/__init__.py
src/patcherex2/assemblers/assembler.py
src/patcherex2/assemblers/bcc.py
src/patcherex2/assemblers/keystone.py
src/patcherex2/assemblers/keystone_arm.py
src/patcherex2/assemblers/keystone_sparc.py
src/patcherex2/assemblers/ppc_vle.py
src/patcherex2/assets/assets.py
src/patcherex2/binary_analyzers/__init__.py
src/patcherex2/binary_analyzers/angr.py
src/patcherex2/binary_analyzers/binary_analyzer.py
src/patcherex2/binary_analyzers/ida.py
src/patcherex2/binfmt_tools/__init__.py
src/patcherex2/binfmt_tools/binfmt_tool.py
src/patcherex2/binfmt_tools/elf.py
src/patcherex2/binfmt_tools/ihex.py
src/patcherex2/compilers/__init__.py
src/patcherex2/compilers/bcc.py
src/patcherex2/compilers/clang.py
src/patcherex2/compilers/clang_arm.py
src/patcherex2/compilers/compiler.py
src/patcherex2/compilers/ppc_vle.py
src/patcherex2/disassemblers/__init__.py
src/patcherex2/disassemblers/capstone.py
src/patcherex2/disassemblers/capstone_arm.py
src/patcherex2/disassemblers/disassembler.py
src/patcherex2/disassemblers/ppc_vle.py
src/patcherex2/patch_managers/__init__.py
src/patcherex2/patch_managers/builtin.py
src/patcherex2/patch_managers/imp.py
src/patcherex2/patch_managers/patch_manager.py
src/patcherex2/patches/__init__.py
src/patcherex2/patches/data_patches.py
src/patcherex2/patches/dummy_patches.py
src/patcherex2/patches/function_patches.py
src/patcherex2/patches/instruction_patches.py
src/patcherex2/patches/patch.py
src/patcherex2/patches/raw_patches.py
src/patcherex2/targets/__init__.py
src/patcherex2/targets/elf_aarch64_linux.py
src/patcherex2/targets/elf_arm_linux.py
src/patcherex2/targets/elf_arm_mimxrt1052.py
src/patcherex2/targets/elf_leon3_bare.py
src/patcherex2/targets/ihex_ppc_bare.py
src/patcherex2/targets/target.py
src/patcherex2/utils/__init__.py
src/patcherex2/utils/utils.py