LICENSE
README.md
pyproject.toml
src/miorom/__init__.py
src/miorom/analysis_db.py
src/miorom/errors.py
src/miorom/naming.py
src/miorom/py.typed
src/miorom/registry.py
src/miorom/result.py
src/miorom/security.py
src/miorom/signature_db.py
src/miorom.egg-info/PKG-INFO
src/miorom.egg-info/SOURCES.txt
src/miorom.egg-info/dependency_links.txt
src/miorom.egg-info/entry_points.txt
src/miorom.egg-info/requires.txt
src/miorom.egg-info/top_level.txt
src/miorom/archive/__init__.py
src/miorom/archive/cascading.py
src/miorom/archive/container.py
src/miorom/archive/dissector.py
src/miorom/archive/dma.py
src/miorom/archive/master_table.py
src/miorom/archive/synthesizer.py
src/miorom/archive/toc_pair.py
src/miorom/archive/vfs.py
src/miorom/asm/__init__.py
src/miorom/asm/ap_bypass.py
src/miorom/asm/branch.py
src/miorom/asm/cheat.py
src/miorom/asm/codecave.py
src/miorom/asm/disambiguator.py
src/miorom/asm/disasm.py
src/miorom/asm/instruction_scanner.py
src/miorom/asm/jump_table.py
src/miorom/asm/literal_relocator.py
src/miorom/asm/micro_patcher.py
src/miorom/asm/prologue_scanner.py
src/miorom/asm/slicer.py
src/miorom/asm/snippet.py
src/miorom/asm/trampoline.py
src/miorom/asm/xref.py
src/miorom/audio/__init__.py
src/miorom/audio/adpcm.py
src/miorom/audio/n64_seq.py
src/miorom/audio/sdat.py
src/miorom/audio/sseq.py
src/miorom/audio/xa.py
src/miorom/cli/__init__.py
src/miorom/cli/main.py
src/miorom/compression/__init__.py
src/miorom/compression/carver.py
src/miorom/compression/heuristic.py
src/miorom/compression/huffman.py
src/miorom/compression/inspector.py
src/miorom/compression/lz10.py
src/miorom/compression/lz11.py
src/miorom/compression/rle.py
src/miorom/compression/speculative.py
src/miorom/compression/yaz0.py
src/miorom/core/__init__.py
src/miorom/core/bank_expander.py
src/miorom/core/binary.py
src/miorom/core/buffer.py
src/miorom/core/heap_builder.py
src/miorom/core/hex_diff.py
src/miorom/core/integrity.py
src/miorom/core/mapper.py
src/miorom/core/memory.py
src/miorom/core/multilevel_pointer.py
src/miorom/core/overlay_mapper.py
src/miorom/core/pointer.py
src/miorom/core/record_builder.py
src/miorom/core/rom_view.py
src/miorom/core/scanner.py
src/miorom/core/schema.py
src/miorom/core/signatures.py
src/miorom/core/string_carver.py
src/miorom/core/struct_profiler.py
src/miorom/core/symbol_map.py
src/miorom/core/vlq.py
src/miorom/debug/__init__.py
src/miorom/debug/buffer_analyzer.py
src/miorom/debug/client.py
src/miorom/debug/gdb_client.py
src/miorom/debug/protocols.py
src/miorom/debug/sanitizer.py
src/miorom/diff/__init__.py
src/miorom/diff/bindiff.py
src/miorom/diff/mapper.py
src/miorom/diff/patch_auditor.py
src/miorom/diff/porter.py
src/miorom/formats/__init__.py
src/miorom/formats/batch.py
src/miorom/formats/csv_handler.py
src/miorom/formats/script_catalog.py
src/miorom/graphics/__init__.py
src/miorom/graphics/fast3d.py
src/miorom/graphics/image_bridge.py
src/miorom/graphics/mdec.py
src/miorom/graphics/n64_texture.py
src/miorom/graphics/palette.py
src/miorom/graphics/tilemap.py
src/miorom/graphics/tiles.py
src/miorom/graphics/tilesheet.py
src/miorom/helper/__init__.py
src/miorom/helper/cascading_relocator.py
src/miorom/helper/dual_table.py
src/miorom/helper/relocator.py
src/miorom/helper/string_pool.py
src/miorom/helper/tag_converter.py
src/miorom/link/__init__.py
src/miorom/link/dol.py
src/miorom/link/elf.py
src/miorom/link/heap.py
src/miorom/link/injector.py
src/miorom/link/relocator.py
src/miorom/patch/__init__.py
src/miorom/patch/bank_crosser.py
src/miorom/patch/bps.py
src/miorom/patch/hunks.py
src/miorom/patch/ips.py
src/miorom/patch/patch_writer.py
src/miorom/patch/pointer_remapper.py
src/miorom/patch/pointerizer.py
src/miorom/patch/relocator.py
src/miorom/patch/slack.py
src/miorom/patch/xdelta.py
src/miorom/pipeline/__init__.py
src/miorom/pipeline/engine.py
src/miorom/platforms/__init__.py
src/miorom/platforms/cdrom/__init__.py
src/miorom/platforms/cdrom/cue.py
src/miorom/platforms/cdrom/disc.py
src/miorom/platforms/gb/__init__.py
src/miorom/platforms/gb/rom.py
src/miorom/platforms/gba/__init__.py
src/miorom/platforms/gba/rom.py
src/miorom/platforms/gc/__init__.py
src/miorom/platforms/gc/disc.py
src/miorom/platforms/gc/fst_injector.py
src/miorom/platforms/iso/__init__.py
src/miorom/platforms/iso/iso9660.py
src/miorom/platforms/md/__init__.py
src/miorom/platforms/md/rom.py
src/miorom/platforms/n64/__init__.py
src/miorom/platforms/n64/checksum.py
src/miorom/platforms/n64/rom.py
src/miorom/platforms/nds/__init__.py
src/miorom/platforms/nds/narc.py
src/miorom/platforms/nds/nftr.py
src/miorom/platforms/nds/rom.py
src/miorom/platforms/psx/__init__.py
src/miorom/platforms/psx/exe.py
src/miorom/platforms/psx/str.py
src/miorom/platforms/psx/tim.py
src/miorom/platforms/snes/__init__.py
src/miorom/platforms/snes/rom.py
src/miorom/platforms/wii/__init__.py
src/miorom/platforms/wii/brfnt.py
src/miorom/platforms/wii/tpl.py
src/miorom/platforms/wii/u8.py
src/miorom/project/__init__.py
src/miorom/project/assets.py
src/miorom/project/game.py
src/miorom/project/manager.py
src/miorom/project/protocols.py
src/miorom/project/rules.py
src/miorom/project/scaffold.py
src/miorom/rom/__init__.py
src/miorom/rom/base.py
src/miorom/rom/expander.py
src/miorom/rom/manager.py
src/miorom/rom/protocols.py
src/miorom/rom/handlers/__init__.py
src/miorom/rom/handlers/cartridge.py
src/miorom/rom/handlers/gc.py
src/miorom/rom/handlers/iso9660.py
src/miorom/rom/handlers/narc.py
src/miorom/rom/handlers/nds.py
src/miorom/rom/handlers/u8.py
src/miorom/save/__init__.py
src/miorom/save/checksum.py
src/miorom/save/diff_hunter.py
src/miorom/save/slots.py
src/miorom/scanner/__init__.py
src/miorom/scanner/crypto.py
src/miorom/scanner/deep.py
src/miorom/scanner/inspector.py
src/miorom/scanner/pattern.py
src/miorom/scanner/table_detector.py
src/miorom/scanner/triage.py
src/miorom/scanner/xref.py
src/miorom/script/__init__.py
src/miorom/script/archeology.py
src/miorom/script/ast.py
src/miorom/script/branch.py
src/miorom/script/compiler.py
src/miorom/script/control_flow.py
src/miorom/script/decompiler.py
src/miorom/script/engine.py
src/miorom/script/ir.py
src/miorom/script/lifter.py
src/miorom/script/opcode.py
src/miorom/script/paging_weaver.py
src/miorom/script/repacker.py
src/miorom/script/splicer.py
src/miorom/script/vm.py
src/miorom/script/vm_profiler.py
src/miorom/text/__init__.py
src/miorom/text/aligner.py
src/miorom/text/bilingual_bridge.py
src/miorom/text/charmap.py
src/miorom/text/charmap_miner.py
src/miorom/text/dte_miner.py
src/miorom/text/font_builder.py
src/miorom/text/metrics_measurer.py
src/miorom/text/paginator.py
src/miorom/text/pipeline.py
src/miorom/text/pixel_wrapper.py
src/miorom/text/po_handler.py
src/miorom/text/relative_search.py
src/miorom/text/sanitizer.py
src/miorom/text/tag_validator.py
src/miorom/text/tags.py
src/miorom/text/template.py
src/miorom/text/textbox_sim.py
src/miorom/text/tokenizer.py
src/miorom/text/transcoder.py
src/miorom/text/transmuter.py
src/miorom/text/ttf_compiler.py
src/miorom/text/vwf.py
src/miorom/text/vwf_injector.py
src/miorom/text/wrapper.py
tests/test_advanced_domains.py
tests/test_aligner.py
tests/test_archive_vfs.py
tests/test_asm.py
tests/test_asm_snippet.py
tests/test_audio.py
tests/test_audio_sseq.py
tests/test_auto_paginator.py
tests/test_auto_relocator.py
tests/test_bank_crosser.py
tests/test_bank_expander.py
tests/test_batch3_text_script_pointers.py
tests/test_batch4_runtime_and_safety.py
tests/test_benchmarks.py
tests/test_bilingual_bridge.py
tests/test_binary.py
tests/test_binary_struct_dogfooding.py
tests/test_buffer_analyzer.py
tests/test_buffer_mapper.py
tests/test_bytecode_branch_scanner.py
tests/test_carver.py
tests/test_cascading_archive.py
tests/test_compression.py
tests/test_compression_and_asm_primitives.py
tests/test_compression_heuristic.py
tests/test_control_flow.py
tests/test_control_tag_sanitizer.py
tests/test_cross_region_porter.py
tests/test_crypto_xref_bindiff.py
tests/test_csv_batch.py
tests/test_disasm_and_lifter.py
tests/test_dte.py
tests/test_elf_injector.py
tests/test_encoding_transmuter.py
tests/test_exceptions.py
tests/test_font_builder.py
tests/test_framework.py
tests/test_gdb_client.py
tests/test_gdb_scanner.py
tests/test_global_xref.py
tests/test_graphics.py
tests/test_graphics_mdec.py
tests/test_heap_builder_and_vlq.py
tests/test_helpers.py
tests/test_heuristic_dissector.py
tests/test_hex_diff_and_template.py
tests/test_image_bridge.py
tests/test_instruction_scanner.py
tests/test_integrity.py
tests/test_jump_table.py
tests/test_kwargs.py
tests/test_library_enhancements.py
tests/test_link.py
tests/test_literal_relocator.py
tests/test_master_table.py
tests/test_memory_and_signatures.py
tests/test_metrics_and_tags.py
tests/test_nds.py
tests/test_nftr.py
tests/test_overlay_mapper.py
tests/test_paging_weaver.py
tests/test_patch.py
tests/test_patch_writer.py
tests/test_patch_writer_txn.py
tests/test_pattern_scanner.py
tests/test_pipeline.py
tests/test_platforms.py
tests/test_platforms_cdrom.py
tests/test_platforms_gb.py
tests/test_platforms_gba_iso.py
tests/test_platforms_gc.py
tests/test_platforms_md.py
tests/test_platforms_n64.py
tests/test_platforms_snes_psx.py
tests/test_po_handler.py
tests/test_pointer.py
tests/test_pointer_remapper.py
tests/test_project_workflow.py
tests/test_property_based.py
tests/test_psx_str_xa.py
tests/test_record_builder.py
tests/test_relative_search.py
tests/test_rom_unpack_repack.py
tests/test_save.py
tests/test_scanner.py
tests/test_scanner_deep.py
tests/test_schema.py
tests/test_script.py
tests/test_script_ast.py
tests/test_script_decompiler.py
tests/test_script_repacker.py
tests/test_script_splicer.py
tests/test_security_extract_path.py
tests/test_slack.py
tests/test_slot_pointerizer.py
tests/test_sm83_snippet.py
tests/test_speculative_carver.py
tests/test_streaming_contract.py
tests/test_string_pipeline.py
tests/test_struct_profiler.py
tests/test_symbol_map.py
tests/test_symbolmap_import.py
tests/test_table_detector.py
tests/test_tags.py
tests/test_textbox_sim.py
tests/test_tilesheet.py
tests/test_toc_and_dual_table.py
tests/test_transcoder.py
tests/test_triage.py
tests/test_ttf_compiler.py
tests/test_universal_hook_and_cheat.py
tests/test_v2_finalization.py
tests/test_v3_library_contract.py
tests/test_vm_profiler.py
tests/test_vwf.py
tests/test_vwf_injector.py