LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
docs/API.md
docs/ARCHITECTURE.md
docs/FIT.md
docs/LIMITATIONS.md
docs/SCHEMAS.md
docs/TESTING.md
docs/VALIDATION_LEDGER.md
fuzz/README.md
fuzz/fuzz_archives.py
fuzz/fuzz_evidence.py
fuzz/fuzz_filesystems.py
fuzz/fuzz_identify.py
scripts/audit_write_sites.py
scripts/build_release.py
scripts/check_release_tag.py
scripts/clean_sweep.py
scripts/generate_corpus.py
scripts/generate_real_corpus.sh
scripts/verify_dist.py
scripts/verify_published_release.py
src/reap/__init__.py
src/reap/__main__.py
src/reap/annotate.py
src/reap/api.py
src/reap/cli.py
src/reap/crypto_providers.py
src/reap/diff.py
src/reap/findings.py
src/reap/geometry.py
src/reap/identify.py
src/reap/inventory.py
src/reap/limits.py
src/reap/manifest.py
src/reap/metrics.py
src/reap/pipeline.py
src/reap/plugin_lock.py
src/reap/plugin_protocol.py
src/reap/plugins.py
src/reap/portable_paths.py
src/reap/publication.py
src/reap/report.py
src/reap/resume.py
src/reap/schema_validation.py
src/reap/signing.py
src/reap/verify.py
src/reap/handlers/__init__.py
src/reap/handlers/_fsbase.py
src/reap/handlers/_kernel_utils.py
src/reap/handlers/ambarella_env.py
src/reap/handlers/apm.py
src/reap/handlers/archive.py
src/reap/handlers/avb.py
src/reap/handlers/bitlocker.py
src/reap/handlers/bmp.py
src/reap/handlers/boot_img.py
src/reap/handlers/bootlogo.py
src/reap/handlers/bsd_disklabel.py
src/reap/handlers/compression.py
src/reap/handlers/cpio_handler.py
src/reap/handlers/cramfs.py
src/reap/handlers/dataflash.py
src/reap/handlers/devinfo.py
src/reap/handlers/dji_imah.py
src/reap/handlers/dtb.py
src/reap/handlers/dtbo.py
src/reap/handlers/elf.py
src/reap/handlers/erofs.py
src/reap/handlers/exfat.py
src/reap/handlers/ext4_handler.py
src/reap/handlers/exynos_boot.py
src/reap/handlers/f2fs.py
src/reap/handlers/fat.py
src/reap/handlers/fit.py
src/reap/handlers/gpt.py
src/reap/handlers/iso9660.py
src/reap/handlers/jffs2.py
src/reap/handlers/littlefs.py
src/reap/handlers/luks.py
src/reap/handlers/lvm2.py
src/reap/handlers/mbr.py
src/reap/handlers/modemst.py
src/reap/handlers/ntfs.py
src/reap/handlers/ota_payload.py
src/reap/handlers/qcow2.py
src/reap/handlers/raw.py
src/reap/handlers/raw_kernel.py
src/reap/handlers/rk_krnl.py
src/reap/handlers/rkparm.py
src/reap/handlers/romfs.py
src/reap/handlers/salvage.py
src/reap/handlers/seven_zip.py
src/reap/handlers/sparse_img.py
src/reap/handlers/spiffs.py
src/reap/handlers/squashfs.py
src/reap/handlers/super_img.py
src/reap/handlers/ubi.py
src/reap/handlers/ubifs.py
src/reap/handlers/uboot_bin.py
src/reap/handlers/uboot_env.py
src/reap/handlers/uf2.py
src/reap/handlers/ufs.py
src/reap/handlers/uimage.py
src/reap/handlers/vdi.py
src/reap/handlers/vendor_boot.py
src/reap/handlers/vhd.py
src/reap/handlers/vmdk.py
src/reap/handlers/xfs.py
src/reap/handlers/yaffs2.py
src/reap/handlers/zimage.py
src/reap/schemas/__init__.py
src/reap/schemas/diff-v1.schema.json
src/reap/schemas/findings-v1.schema.json
src/reap/schemas/geometry-manifest-v1.schema.json
src/reap/schemas/manifest-v1.schema.json
src/reap/schemas/plugin-lock-v1.schema.json
src/reap/schemas/plugin-result-v2.schema.json
src/reap/schemas/report-v1.schema.json
src/reap/schemas/resume-journal-v1.schema.json
src/reap/schemas/resume-journal-v2.schema.json
src/reap/schemas/sbom-v1.schema.json
src/reap_cli.egg-info/PKG-INFO
src/reap_cli.egg-info/SOURCES.txt
src/reap_cli.egg-info/dependency_links.txt
src/reap_cli.egg-info/entry_points.txt
src/reap_cli.egg-info/requires.txt
src/reap_cli.egg-info/top_level.txt
tests/test_adversarial_properties.py
tests/test_annotate.py
tests/test_apm.py
tests/test_archive.py
tests/test_avb.py
tests/test_bitlocker.py
tests/test_boot_img.py
tests/test_bsd_disklabel.py
tests/test_build_release.py
tests/test_cli.py
tests/test_compression.py
tests/test_corpus.py
tests/test_cpio.py
tests/test_cramfs.py
tests/test_crypto_providers.py
tests/test_dataflash.py
tests/test_devinfo.py
tests/test_diff.py
tests/test_dji_imah.py
tests/test_dtb.py
tests/test_elf.py
tests/test_env_handlers.py
tests/test_erofs.py
tests/test_exfat.py
tests/test_ext4_helpers.py
tests/test_ext_family.py
tests/test_exynos_boot.py
tests/test_f2fs.py
tests/test_fat.py
tests/test_fit.py
tests/test_fsbase.py
tests/test_fuzz_regressions.py
tests/test_geometry.py
tests/test_gpt.py
tests/test_identify.py
tests/test_iso9660.py
tests/test_jffs2.py
tests/test_kallsyms.py
tests/test_lifecycle.py
tests/test_littlefs.py
tests/test_luks.py
tests/test_lvm2.py
tests/test_manifest.py
tests/test_mbr.py
tests/test_metrics.py
tests/test_modemst.py
tests/test_ntfs.py
tests/test_ota_payload.py
tests/test_parser_bounds.py
tests/test_pipeline.py
tests/test_plugin_api.py
tests/test_plugins.py
tests/test_properties.py
tests/test_publication.py
tests/test_qcow2.py
tests/test_raw.py
tests/test_raw_kernel.py
tests/test_real_corpus.py
tests/test_release_contract.py
tests/test_report.py
tests/test_resume.py
tests/test_romfs.py
tests/test_safety.py
tests/test_salvage.py
tests/test_schemas.py
tests/test_seven_zip.py
tests/test_signing.py
tests/test_sparse.py
tests/test_spiffs.py
tests/test_squashfs.py
tests/test_super_img.py
tests/test_ubi.py
tests/test_ubifs.py
tests/test_uboot_bin.py
tests/test_uf2.py
tests/test_ufs.py
tests/test_vdi.py
tests/test_vendor_boot.py
tests/test_verify.py
tests/test_verify_dist.py
tests/test_vhd.py
tests/test_vmdk.py
tests/test_wrapper_bounds.py
tests/test_write_audit.py
tests/test_xfs.py
tests/test_yaffs2.py
tests/test_zimage.py
tests/corpus/README.md
tests/corpus/manifest.json
tests/corpus/real/android-boot-v4.img.zst
tests/corpus/real/android-init-boot-v4.img.zst
tests/corpus/real/android-vendor-boot-v3.img.zst
tests/corpus/real/android-vendor-boot-v4.img.zst
tests/corpus/real/cramfs.img.zst
tests/corpus/real/erofs.img.zst
tests/corpus/real/exfat.img.zst
tests/corpus/real/ext2.img.zst
tests/corpus/real/ext3.img.zst
tests/corpus/real/ext4.img.zst
tests/corpus/real/f2fs.img.zst
tests/corpus/real/fat12.img.zst
tests/corpus/real/fat16.img.zst
tests/corpus/real/fat32.img.zst
tests/corpus/real/fit-external-offset.itb.zst
tests/corpus/real/fit-external-position.itb.zst
tests/corpus/real/fit-inline.itb.zst
tests/corpus/real/iso9660-eltorito.img.zst
tests/corpus/real/iso9660-rr-joliet.img.zst
tests/corpus/real/jffs2.img.zst
tests/corpus/real/littlefs-v2.1-expanded-superblock.img.zst
tests/corpus/real/littlefs-v2.1.img.zst
tests/corpus/real/lvm2-linear-pv.img.zst
tests/corpus/real/manifest.json
tests/corpus/real/ntfs.img.zst
tests/corpus/real/ota-aosp-full-payload.bin.zst
tests/corpus/real/qcow2-v2-iso9660.img.zst
tests/corpus/real/qcow2-v3-iso9660.img.zst
tests/corpus/real/romfs.img.zst
tests/corpus/real/spiffs-mkspiffs-256-4096.img.zst
tests/corpus/real/spiffs-mkspiffs-600-6000.img.zst
tests/corpus/real/squashfs-gzip.img.zst
tests/corpus/real/squashfs-lz4.img.zst
tests/corpus/real/squashfs-xz.img.zst
tests/corpus/real/squashfs-zstd.img.zst
tests/corpus/real/ubi.img.zst
tests/corpus/real/ubifs.img.zst
tests/corpus/real/ufs1-makefs.img.zst
tests/corpus/real/vdi-dynamic.img.zst
tests/corpus/real/vdi-static.img.zst
tests/corpus/real/vhd-dynamic.img.zst
tests/corpus/real/vhd-fixed.img.zst
tests/corpus/real/vmdk-monolithic-sparse.img.zst
tests/corpus/real/xfs-v5.img.zst
tests/corpus/real/yaffs2-mkyaffs2image.img.zst