├── .gitattributes ├── .github ├── FUNDING.yml ├── PULL_REQUEST_TEMPLATE │ └── pattern_template.md └── workflows │ ├── dispatch.yml │ └── tests.yml ├── .gitignore ├── .gitmodules ├── CMakeLists.txt ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── constants ├── _schema.json ├── crc16.json └── crc32.json ├── disassemblers ├── 8051.json └── jvm.json ├── encodings ├── arabic_iso.tbl ├── arabic_windows.tbl ├── ascii.tbl ├── ascii_ansi.tbl ├── ascii_oem.tbl ├── baltic_iso.tbl ├── baltic_windows.tbl ├── big5.tbl ├── cyrillic_cp866.tbl ├── cyrillic_iso.tbl ├── cyrillic_koi8_r.tbl ├── cyrillic_koi8_u.tbl ├── cyrillic_windows.tbl ├── eastern_europe_iso.tbl ├── eastern_europe_windows.tbl ├── ebcdic.tbl ├── euc_jp.tbl ├── euc_kr.tbl ├── gbk.tbl ├── greek_iso.tbl ├── greek_windows.tbl ├── hebrew_iso.tbl ├── hebrew_windows.tbl ├── iso_646.tbl ├── iso_6937.tbl ├── jis_x_0201.tbl ├── jis_x_0211.tbl ├── jis_x_0213.tbl ├── macintosh.tbl ├── ms932.tbl ├── pokegen1_en.tbl ├── pokegen3_en.tbl ├── shiftjis.tbl ├── thai.tbl ├── turkish_iso.tbl ├── turkish_windows.tbl ├── utf8.tbl └── vietnamese.tbl ├── includes ├── hex │ ├── core.pat │ ├── dec.pat │ ├── http.pat │ ├── impl │ │ └── imhex_check.pat │ ├── provider.pat │ └── type │ │ ├── encstr.pat │ │ ├── instruction.pat │ │ ├── json.pat │ │ └── mangled.pat ├── std │ ├── array.pat │ ├── attrs.pat │ ├── bit.pat │ ├── core.pat │ ├── ctype.pat │ ├── file.pat │ ├── fxpt.pat │ ├── hash.pat │ ├── io.pat │ ├── limits.pat │ ├── math.pat │ ├── mem.pat │ ├── ptr.pat │ ├── random.pat │ ├── string.pat │ ├── sys.pat │ └── time.pat └── type │ ├── base.pat │ ├── base64.pat │ ├── bcd.pat │ ├── byte.pat │ ├── color.pat │ ├── float16.pat │ ├── fmt.pat │ ├── guid.pat │ ├── ip.pat │ ├── leb128.pat │ ├── mac.pat │ ├── magic.pat │ ├── path.pat │ ├── size.pat │ ├── time.pat │ └── types │ ├── 010.pat │ ├── c.pat │ ├── linux.pat │ ├── rust.pat │ └── win32.pat ├── magic ├── nintendo_switch_magic └── portable_executable_magic ├── nodes ├── caesar.hexnode └── xor.hexnode ├── patterns ├── 3ds.hexpat ├── 7z.hexpat ├── AC Unity │ ├── acu_data_compressed.hexpat │ ├── acu_data_decompressed.hexpat │ └── acu_forge.hexpat ├── Crashlvl.hexpat ├── DFIR │ ├── DFIR_README.md │ ├── DISK_PARSER.hexpat │ ├── FAT32.hexpat │ ├── NTFS.hexpat │ └── exFAT.hexpat ├── Devil May Cry HD Collection │ └── dmc3_hd_mod.hexpat ├── SHR.hexpat ├── adtfdat.hexpat ├── adts.hexpat ├── afe2.hexpat ├── ani.hexpat ├── apple_single_double.hexpat ├── ar.hexpat ├── arc.hexpat ├── aria2.hexpat ├── arm_cm_vtor.hexpat ├── bcss.hexpat ├── bencode.hexpat ├── bgcode.hexpat ├── binka.hexpat ├── blend.hexpat ├── blf.hexpat ├── bmp.hexpat ├── bplist.hexpat ├── bson.hexpat ├── bsp_goldsrc.hexpat ├── bzip3.hexpat ├── cab.hexpat ├── cchva.hexpat ├── ccpal.hexpat ├── ccvxl.hexpat ├── cda.hexpat ├── chd.hexpat ├── chm.hexpat ├── coff.hexpat ├── commodore_basic.hexpat ├── cpio.hexpat ├── credhist.hexpat ├── dds.hexpat ├── dex.hexpat ├── dicom.hexpat ├── dmc3_hd_mod.hexpat ├── dmg.hexpat ├── dmp64.hexpat ├── dos.hexpat ├── dotnet_binaryformatter.hexpat ├── dpapiblob.hexpat ├── dpapimasterkey.hexpat ├── dsstore.hexpat ├── dted.hexpat ├── elf.hexpat ├── esp32_image.hexpat ├── evtx.hexpat ├── fas_oskasoftware.hexpat ├── fas_oskasoftware_old.hexpat ├── fbx.hexpat ├── fdt.hexpat ├── flac.hexpat ├── flc.hexpat ├── flipper_settings.hexpat ├── flv.hexpat ├── fs.hexpat ├── fs │ ├── apfs.hexpat │ ├── exfat.hexpat │ ├── ext4.hexpat │ ├── fat32.hexpat │ ├── ntfs.hexpat │ ├── pattern.hexpat │ └── refs.hexpat ├── gb.hexpat ├── gba.hexpat ├── gguf.hexpat ├── gif.hexpat ├── gltf.hexpat ├── gmf.hexpat ├── gzip.hexpat ├── hinf_luas.hexpat ├── hinf_module.hexpat ├── hinf_tag.hexpat ├── hprof.hexpat ├── hsdt.hexpat ├── ico.hexpat ├── id3.hexpat ├── imah.hexpat ├── intel_hex.hexpat ├── ip.hexpat ├── ips.hexpat ├── iso.hexpat ├── java_class.hexpat ├── jpeg.hexpat ├── kindle_update.hexpat ├── ktx.hexpat ├── lcesave.hexpat ├── lnk.hexpat ├── loc.hexpat ├── lua40.hexpat ├── lua51.hexpat ├── lua52.hexpat ├── lua53.hexpat ├── lua54.hexpat ├── lznt1.hexpat ├── macho.hexpat ├── max_v104.hexpat ├── midi.hexpat ├── minidump.hexpat ├── mo.hexpat ├── mp4.hexpat ├── msgpack.hexpat ├── msscmp.hexpat ├── nacp.hexpat ├── nbt.hexpat ├── nds.hexpat ├── ne.hexpat ├── nes.hexpat ├── notepad-cache.hexpat ├── notepad-state.hexpat ├── notepadwindowstate.hexpat ├── nro.hexpat ├── nsf.hexpat ├── nsfe.hexpat ├── ntag.hexpat ├── ogg.hexpat ├── optee_ta.hexpat ├── orp.hexpat ├── parquet.hexpat ├── pbz.hexpat ├── pcap.hexpat ├── pcapng.hexpat ├── pck.hexpat ├── pcx.hexpat ├── pe.hexpat ├── pef.hexpat ├── pex.hexpat ├── pf.hexpat ├── pfs0.hexpat ├── pickle.hexpat ├── pif.hexpat ├── pkm.hexpat ├── png.hexpat ├── png2.hexpat ├── popcap_luc.hexpat ├── prodinfo.hexpat ├── protobuf.hexpat ├── psafe3.hexpat ├── pyc.hexpat ├── pyinstaller.hexpat ├── q3demo.hexpat ├── qbcl.hexpat ├── qoi.hexpat ├── quantized-mesh.hexpat ├── rar.hexpat ├── ras.hexpat ├── rcf_v1_2.hexpat ├── rgbds.hexpat ├── roblox_pack.hexpat ├── rpm.hexpat ├── sdb.hexpat ├── selinux.hexpat ├── selinuxpp.hexpat ├── shp.hexpat ├── shx.hexpat ├── sit5.hexpat ├── smk.hexpat ├── snes.hexpat ├── spirv.hexpat ├── sqlite3.hexpat ├── stdfv4.hexpat ├── stl.hexpat ├── sup.hexpat ├── swf.hexpat ├── tar.hexpat ├── tarc.hexpat ├── terminfo.hexpat ├── tga.hexpat ├── thumbcache.hexpat ├── tiff.hexpat ├── ttf.hexpat ├── ubiquiti.hexpat ├── uefi.hexpat ├── uefi_boot_entry.hexpat ├── uefi_fv_varstore.hexpat ├── uf2.hexpat ├── unity-asset-bundle.hexpat ├── upk-ue3.hexpat ├── usb.hexpat ├── valve_vpk.hexpat ├── vbmeta.hexpat ├── vdf.hexpat ├── veado.hexpat ├── vgm.hexpat ├── vhdx.hexpat ├── vox.hexpat ├── wad.hexpat ├── was_oskasoftware.hexpat ├── wav.hexpat ├── webp.hexpat ├── wintec_tes.hexpat ├── xbeh.hexpat ├── xci.hexpat ├── xex.hexpat ├── xgspak.hexpat ├── xgstexture.hexpat ├── xilinx_bit.hexpat ├── xilinx_bootgen.hexpat ├── zim.hexpat ├── zip.hexpat ├── zlib.hexpat └── zstd.hexpat ├── plugins └── extra-hashes.json ├── scripts ├── csv2tbl.py ├── extract_legacy_hexproj.py ├── ksy2pat.py ├── svd2pat.py └── utf8tblgen.py ├── tests ├── CMakeLists.txt ├── includes │ ├── CMakeLists.txt │ └── source │ │ └── main.cpp ├── magic │ ├── CMakeLists.txt │ └── source │ │ └── main.cpp └── patterns │ ├── CMakeLists.txt │ ├── source │ └── main.cpp │ └── test_data │ ├── 3ds.hexpat.3ds │ ├── 7z.hexpat.7z │ ├── CrashLvl.hexpat │ ├── SHR_animation#C20000 │ ├── adtfdat.hexpat.adtfdat │ ├── adts.hexpat.aac │ ├── afe2.hexpat.bin │ ├── ani.compatibility.hexpat.ani │ ├── ani.hexpat.ani │ ├── ar.hexpat.ar │ ├── arc.hexpat.arc │ ├── aria2.hexpat.aria2 │ ├── arm_cm_vtor.hexpat.bin │ ├── bcss.hexpat │ ├── test.bcss │ └── test.bcss_content │ ├── bencode.hexpat.torrent │ ├── bgcode.hexpat.bgcode │ ├── blend.hexpat │ ├── blend.hexpat.blend │ └── blend_zstd.hexpat.blend │ ├── bmp.hexpat.bmp │ ├── bplist.hexpat.bplist │ ├── bson.hexpat.bin │ ├── bsp_goldsrc.hexpat.bsp │ ├── bzip3.hexpat.bz3 │ ├── cab.hexpat.cab │ ├── ccvxl.hexpat.vxl │ ├── cda.hexpat.cda │ ├── chm.hexpat.chm │ ├── coff.hexpat.obj │ ├── commodore_basic.hexpat.prg │ ├── cpio.hexpat.cpio │ ├── credhist.hexpat.bin │ ├── dds.hexpat.dds │ ├── dex.hexpat.dex │ ├── dicom.hexpat │ ├── jpeg-wsi.dcm │ └── le-explicit-vlp.dcm │ ├── dmg.hexpat.dmg │ ├── dmp64.hexpat.bin │ ├── dos.hexpat.exe │ ├── dotnet_binaryformatter.hexpat.bin │ ├── dpapiblob.hexpat.bin │ ├── dpapimasterkey.hexpat.bin │ ├── dsstore.hexpat.dsstore │ ├── dted.hexpat.dt0 │ ├── elf.hexpat.elf │ ├── esp32_image.hexpat.bin │ ├── evtx.hexpat.evtx │ ├── ext4.hexpat.img │ ├── fbx.hexpat.fbx │ ├── fdt.hexpat.dtb │ ├── flac.hexpat.flac │ ├── flc.hexpat.flc │ ├── flipper_settings.hexpat │ ├── bt.settings │ ├── desktop.settings │ ├── dolphin.state │ ├── expansion.settings │ ├── infrared.settings │ └── notification.settings │ ├── flv.hexpat.flv │ ├── fs.hexpat.img │ ├── gb.hexpat.gb │ ├── gguf.hexpat.gguf │ ├── gif.hexpat.gif │ ├── gltf.hexpat.glb │ ├── gmf.hexpat │ ├── gmf.hexpat.gmf │ └── gmf.hexpat_data │ │ └── help │ ├── gzip.hexpat.gz │ ├── hinf_luas.hexpat.luas │ ├── hinf_module.hexpat.module │ ├── hinf_tag.hexpat.tag │ ├── hprof.hexpat.bin │ ├── hsdt.hexpat.hsdt │ ├── ico.hexpat.ico │ ├── id3.hexpat.mp3 │ ├── imah.hexpat.fw.sig │ ├── intel_hex.hexpat.hex │ ├── ips.hexpat.ips │ ├── iso.hexpat.iso │ ├── java_class.hexpat.class │ ├── jpeg.hexpat.jpeg │ ├── kindle_update.hexpat.bin │ ├── ktx.hexpat │ └── rgb-mipmap-reference.ktx │ ├── lcesave.hexpat │ ├── MC-TU033PreRelease_savegameDecompressed.dat │ └── MC-TU5-Release_savegameDecompressed.dat │ ├── lnk.hexpat.lnk │ ├── lua51.hexpat.lua │ ├── lua52.hexpat.lua │ ├── lua53.hexpat.lua │ ├── lua54.hexpat.lua │ ├── lznt1.hexpat.lznt1 │ ├── macho.hexpat.o │ ├── max_v104.hexpat.dta │ ├── midi.hexpat.mid │ ├── minidump.hexpat.dmp │ ├── mo.hexpat.mo │ ├── mp4.hexpat.mp4 │ ├── msgpack.hexpat.bin │ ├── nacp.hexpat.nacp │ ├── nbt.hexpat.nbt │ ├── ne.hexpat.exe │ ├── nes.hexpat.nes │ ├── notepad-cache.hexpat.bin │ ├── notepadwindowstate.hexpat.bin │ ├── nro.hexpat.nro │ ├── ntag.hexpat.bin │ ├── ogg.hexpat.ogg │ ├── orp.hexpat.orp │ ├── parquet.hexpat.parquet │ ├── pcap.hexpat.pcap │ ├── pcapng.hexpat.bin │ ├── pck.hexpat.pck │ ├── pcx.hexpat.pcx │ ├── pe.hexpat.exe │ ├── pef.hexpat.pef │ ├── pex.hexpat.pex │ ├── pfs0.hexpat.nsp │ ├── pickle.hexpat.bin │ ├── pif.hexpat.pif │ ├── pkm.hexpat.pkm │ ├── png.hexpat.png │ ├── popcap_luc.hexpat.luc │ ├── protobuf.hexpat.bin │ ├── psafe3.hexpat.psafe3 │ ├── pyc.hexpat.pyc │ ├── pyinstaller.hexpat.elf │ ├── q3demo.hexpat.dm_16 │ ├── qoi.hexpat.qoi │ ├── rar.hexpat.rar │ ├── ras.hexpat.ras │ ├── rgbds.hexpat.o │ ├── roblox_pack.hexpat.pack │ ├── sdb.hexpat.sdb │ ├── selinux.hexpat.bin │ ├── selinuxpp.hexpat.pp │ ├── shp.hexpat.shp │ ├── shx.hexpat.shx │ ├── sit5.hexpat.sit │ ├── sqlite3.hexpat.db │ ├── stl.hexpat.stl │ ├── sup.hexpat.sup │ ├── swf.hexpat.swf │ ├── tar.hexpat.tar │ ├── terminfo.hexpat.bin │ ├── tga.hexpat.tga │ ├── tiff.hexpat │ ├── bigtiff-be-tiled.tiff │ ├── bigtiff-le-stripped.tiff │ ├── classic-be-stripped.tiff │ ├── classic-le-stripped.tiff │ └── classic-le-tiled.tiff │ ├── ttf.hexpat.ttf │ ├── ubiquiti.hexpat.bin │ ├── uefi_boot_entry.hexpat.bin │ ├── uefi_fv_varstore.hexpat.fd │ ├── uf2.hexpat.uf2 │ ├── usb.hexpat.bin │ ├── valve_vpk.hexpat.vpk │ ├── vbmeta.hexpat.img │ ├── vdf.hexpat.vdf │ ├── veado.hexpat.veado │ ├── vox.hexpat.vox │ ├── wad.hexpat.wad │ ├── was_oskasoftware.hexpat.was │ ├── wav.hexpat.wav │ ├── webp.hexpat.webp │ ├── xex.hexpat.xex │ ├── xilinx_bootgen.hexpat.bin │ ├── zim.hexpat.zim │ ├── zip.hexpat │ └── regular.zip │ ├── zlib.hexpat.zlib │ └── zstd.hexpat.zst ├── themes ├── Nocturne.json ├── catppuccin-frappe.json ├── catppuccin-latte.json ├── catppuccin-macchiato.json ├── catppuccin-mocha.json ├── one_dark.json ├── retina_dark.json ├── solarized_dark.json ├── theme_lion.json └── vs_dark.json ├── tips ├── _schema.json ├── imhex.json └── re.json └── yara └── advanced_analysis ├── compiler.yar ├── cryptography.yar ├── environment.yar └── language.yar /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE/pattern_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/.github/PULL_REQUEST_TEMPLATE/pattern_template.md -------------------------------------------------------------------------------- /.github/workflows/dispatch.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/.github/workflows/dispatch.yml -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/.github/workflows/tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/.gitmodules -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/README.md -------------------------------------------------------------------------------- /constants/_schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/constants/_schema.json -------------------------------------------------------------------------------- /constants/crc16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/constants/crc16.json -------------------------------------------------------------------------------- /constants/crc32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/constants/crc32.json -------------------------------------------------------------------------------- /disassemblers/8051.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/disassemblers/8051.json -------------------------------------------------------------------------------- /disassemblers/jvm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/disassemblers/jvm.json -------------------------------------------------------------------------------- /encodings/arabic_iso.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/arabic_iso.tbl -------------------------------------------------------------------------------- /encodings/arabic_windows.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/arabic_windows.tbl -------------------------------------------------------------------------------- /encodings/ascii.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/ascii.tbl -------------------------------------------------------------------------------- /encodings/ascii_ansi.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/ascii_ansi.tbl -------------------------------------------------------------------------------- /encodings/ascii_oem.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/ascii_oem.tbl -------------------------------------------------------------------------------- /encodings/baltic_iso.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/baltic_iso.tbl -------------------------------------------------------------------------------- /encodings/baltic_windows.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/baltic_windows.tbl -------------------------------------------------------------------------------- /encodings/big5.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/big5.tbl -------------------------------------------------------------------------------- /encodings/cyrillic_cp866.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/cyrillic_cp866.tbl -------------------------------------------------------------------------------- /encodings/cyrillic_iso.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/cyrillic_iso.tbl -------------------------------------------------------------------------------- /encodings/cyrillic_koi8_r.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/cyrillic_koi8_r.tbl -------------------------------------------------------------------------------- /encodings/cyrillic_koi8_u.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/cyrillic_koi8_u.tbl -------------------------------------------------------------------------------- /encodings/cyrillic_windows.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/cyrillic_windows.tbl -------------------------------------------------------------------------------- /encodings/eastern_europe_iso.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/eastern_europe_iso.tbl -------------------------------------------------------------------------------- /encodings/eastern_europe_windows.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/eastern_europe_windows.tbl -------------------------------------------------------------------------------- /encodings/ebcdic.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/ebcdic.tbl -------------------------------------------------------------------------------- /encodings/euc_jp.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/euc_jp.tbl -------------------------------------------------------------------------------- /encodings/euc_kr.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/euc_kr.tbl -------------------------------------------------------------------------------- /encodings/gbk.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/gbk.tbl -------------------------------------------------------------------------------- /encodings/greek_iso.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/greek_iso.tbl -------------------------------------------------------------------------------- /encodings/greek_windows.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/greek_windows.tbl -------------------------------------------------------------------------------- /encodings/hebrew_iso.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/hebrew_iso.tbl -------------------------------------------------------------------------------- /encodings/hebrew_windows.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/hebrew_windows.tbl -------------------------------------------------------------------------------- /encodings/iso_646.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/iso_646.tbl -------------------------------------------------------------------------------- /encodings/iso_6937.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/iso_6937.tbl -------------------------------------------------------------------------------- /encodings/jis_x_0201.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/jis_x_0201.tbl -------------------------------------------------------------------------------- /encodings/jis_x_0211.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/jis_x_0211.tbl -------------------------------------------------------------------------------- /encodings/jis_x_0213.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/jis_x_0213.tbl -------------------------------------------------------------------------------- /encodings/macintosh.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/macintosh.tbl -------------------------------------------------------------------------------- /encodings/ms932.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/ms932.tbl -------------------------------------------------------------------------------- /encodings/pokegen1_en.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/pokegen1_en.tbl -------------------------------------------------------------------------------- /encodings/pokegen3_en.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/pokegen3_en.tbl -------------------------------------------------------------------------------- /encodings/shiftjis.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/shiftjis.tbl -------------------------------------------------------------------------------- /encodings/thai.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/thai.tbl -------------------------------------------------------------------------------- /encodings/turkish_iso.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/turkish_iso.tbl -------------------------------------------------------------------------------- /encodings/turkish_windows.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/turkish_windows.tbl -------------------------------------------------------------------------------- /encodings/utf8.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/utf8.tbl -------------------------------------------------------------------------------- /encodings/vietnamese.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/encodings/vietnamese.tbl -------------------------------------------------------------------------------- /includes/hex/core.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/hex/core.pat -------------------------------------------------------------------------------- /includes/hex/dec.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/hex/dec.pat -------------------------------------------------------------------------------- /includes/hex/http.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/hex/http.pat -------------------------------------------------------------------------------- /includes/hex/impl/imhex_check.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/hex/impl/imhex_check.pat -------------------------------------------------------------------------------- /includes/hex/provider.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/hex/provider.pat -------------------------------------------------------------------------------- /includes/hex/type/encstr.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/hex/type/encstr.pat -------------------------------------------------------------------------------- /includes/hex/type/instruction.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/hex/type/instruction.pat -------------------------------------------------------------------------------- /includes/hex/type/json.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/hex/type/json.pat -------------------------------------------------------------------------------- /includes/hex/type/mangled.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/hex/type/mangled.pat -------------------------------------------------------------------------------- /includes/std/array.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/array.pat -------------------------------------------------------------------------------- /includes/std/attrs.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/attrs.pat -------------------------------------------------------------------------------- /includes/std/bit.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/bit.pat -------------------------------------------------------------------------------- /includes/std/core.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/core.pat -------------------------------------------------------------------------------- /includes/std/ctype.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/ctype.pat -------------------------------------------------------------------------------- /includes/std/file.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/file.pat -------------------------------------------------------------------------------- /includes/std/fxpt.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/fxpt.pat -------------------------------------------------------------------------------- /includes/std/hash.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/hash.pat -------------------------------------------------------------------------------- /includes/std/io.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/io.pat -------------------------------------------------------------------------------- /includes/std/limits.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/limits.pat -------------------------------------------------------------------------------- /includes/std/math.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/math.pat -------------------------------------------------------------------------------- /includes/std/mem.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/mem.pat -------------------------------------------------------------------------------- /includes/std/ptr.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/ptr.pat -------------------------------------------------------------------------------- /includes/std/random.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/random.pat -------------------------------------------------------------------------------- /includes/std/string.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/string.pat -------------------------------------------------------------------------------- /includes/std/sys.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/sys.pat -------------------------------------------------------------------------------- /includes/std/time.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/std/time.pat -------------------------------------------------------------------------------- /includes/type/base.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/base.pat -------------------------------------------------------------------------------- /includes/type/base64.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/base64.pat -------------------------------------------------------------------------------- /includes/type/bcd.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/bcd.pat -------------------------------------------------------------------------------- /includes/type/byte.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/byte.pat -------------------------------------------------------------------------------- /includes/type/color.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/color.pat -------------------------------------------------------------------------------- /includes/type/float16.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/float16.pat -------------------------------------------------------------------------------- /includes/type/fmt.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/fmt.pat -------------------------------------------------------------------------------- /includes/type/guid.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/guid.pat -------------------------------------------------------------------------------- /includes/type/ip.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/ip.pat -------------------------------------------------------------------------------- /includes/type/leb128.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/leb128.pat -------------------------------------------------------------------------------- /includes/type/mac.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/mac.pat -------------------------------------------------------------------------------- /includes/type/magic.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/magic.pat -------------------------------------------------------------------------------- /includes/type/path.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/path.pat -------------------------------------------------------------------------------- /includes/type/size.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/size.pat -------------------------------------------------------------------------------- /includes/type/time.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/time.pat -------------------------------------------------------------------------------- /includes/type/types/010.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/types/010.pat -------------------------------------------------------------------------------- /includes/type/types/c.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/types/c.pat -------------------------------------------------------------------------------- /includes/type/types/linux.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/types/linux.pat -------------------------------------------------------------------------------- /includes/type/types/rust.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/types/rust.pat -------------------------------------------------------------------------------- /includes/type/types/win32.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/includes/type/types/win32.pat -------------------------------------------------------------------------------- /magic/nintendo_switch_magic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/magic/nintendo_switch_magic -------------------------------------------------------------------------------- /magic/portable_executable_magic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/magic/portable_executable_magic -------------------------------------------------------------------------------- /nodes/caesar.hexnode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/nodes/caesar.hexnode -------------------------------------------------------------------------------- /nodes/xor.hexnode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/nodes/xor.hexnode -------------------------------------------------------------------------------- /patterns/3ds.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/3ds.hexpat -------------------------------------------------------------------------------- /patterns/7z.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/7z.hexpat -------------------------------------------------------------------------------- /patterns/AC Unity/acu_data_compressed.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/AC Unity/acu_data_compressed.hexpat -------------------------------------------------------------------------------- /patterns/AC Unity/acu_data_decompressed.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/AC Unity/acu_data_decompressed.hexpat -------------------------------------------------------------------------------- /patterns/AC Unity/acu_forge.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/AC Unity/acu_forge.hexpat -------------------------------------------------------------------------------- /patterns/Crashlvl.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/Crashlvl.hexpat -------------------------------------------------------------------------------- /patterns/DFIR/DFIR_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/DFIR/DFIR_README.md -------------------------------------------------------------------------------- /patterns/DFIR/DISK_PARSER.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/DFIR/DISK_PARSER.hexpat -------------------------------------------------------------------------------- /patterns/DFIR/FAT32.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/DFIR/FAT32.hexpat -------------------------------------------------------------------------------- /patterns/DFIR/NTFS.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/DFIR/NTFS.hexpat -------------------------------------------------------------------------------- /patterns/DFIR/exFAT.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/DFIR/exFAT.hexpat -------------------------------------------------------------------------------- /patterns/Devil May Cry HD Collection/dmc3_hd_mod.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/Devil May Cry HD Collection/dmc3_hd_mod.hexpat -------------------------------------------------------------------------------- /patterns/SHR.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/SHR.hexpat -------------------------------------------------------------------------------- /patterns/adtfdat.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/adtfdat.hexpat -------------------------------------------------------------------------------- /patterns/adts.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/adts.hexpat -------------------------------------------------------------------------------- /patterns/afe2.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/afe2.hexpat -------------------------------------------------------------------------------- /patterns/ani.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/ani.hexpat -------------------------------------------------------------------------------- /patterns/apple_single_double.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/apple_single_double.hexpat -------------------------------------------------------------------------------- /patterns/ar.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/ar.hexpat -------------------------------------------------------------------------------- /patterns/arc.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/arc.hexpat -------------------------------------------------------------------------------- /patterns/aria2.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/aria2.hexpat -------------------------------------------------------------------------------- /patterns/arm_cm_vtor.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/arm_cm_vtor.hexpat -------------------------------------------------------------------------------- /patterns/bcss.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/bcss.hexpat -------------------------------------------------------------------------------- /patterns/bencode.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/bencode.hexpat -------------------------------------------------------------------------------- /patterns/bgcode.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/bgcode.hexpat -------------------------------------------------------------------------------- /patterns/binka.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/binka.hexpat -------------------------------------------------------------------------------- /patterns/blend.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/blend.hexpat -------------------------------------------------------------------------------- /patterns/blf.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/blf.hexpat -------------------------------------------------------------------------------- /patterns/bmp.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/bmp.hexpat -------------------------------------------------------------------------------- /patterns/bplist.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/bplist.hexpat -------------------------------------------------------------------------------- /patterns/bson.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/bson.hexpat -------------------------------------------------------------------------------- /patterns/bsp_goldsrc.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/bsp_goldsrc.hexpat -------------------------------------------------------------------------------- /patterns/bzip3.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/bzip3.hexpat -------------------------------------------------------------------------------- /patterns/cab.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/cab.hexpat -------------------------------------------------------------------------------- /patterns/cchva.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/cchva.hexpat -------------------------------------------------------------------------------- /patterns/ccpal.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/ccpal.hexpat -------------------------------------------------------------------------------- /patterns/ccvxl.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/ccvxl.hexpat -------------------------------------------------------------------------------- /patterns/cda.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/cda.hexpat -------------------------------------------------------------------------------- /patterns/chd.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/chd.hexpat -------------------------------------------------------------------------------- /patterns/chm.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/chm.hexpat -------------------------------------------------------------------------------- /patterns/coff.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/coff.hexpat -------------------------------------------------------------------------------- /patterns/commodore_basic.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/commodore_basic.hexpat -------------------------------------------------------------------------------- /patterns/cpio.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/cpio.hexpat -------------------------------------------------------------------------------- /patterns/credhist.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/credhist.hexpat -------------------------------------------------------------------------------- /patterns/dds.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/dds.hexpat -------------------------------------------------------------------------------- /patterns/dex.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/dex.hexpat -------------------------------------------------------------------------------- /patterns/dicom.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/dicom.hexpat -------------------------------------------------------------------------------- /patterns/dmc3_hd_mod.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/dmc3_hd_mod.hexpat -------------------------------------------------------------------------------- /patterns/dmg.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/dmg.hexpat -------------------------------------------------------------------------------- /patterns/dmp64.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/dmp64.hexpat -------------------------------------------------------------------------------- /patterns/dos.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/dos.hexpat -------------------------------------------------------------------------------- /patterns/dotnet_binaryformatter.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/dotnet_binaryformatter.hexpat -------------------------------------------------------------------------------- /patterns/dpapiblob.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/dpapiblob.hexpat -------------------------------------------------------------------------------- /patterns/dpapimasterkey.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/dpapimasterkey.hexpat -------------------------------------------------------------------------------- /patterns/dsstore.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/dsstore.hexpat -------------------------------------------------------------------------------- /patterns/dted.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/dted.hexpat -------------------------------------------------------------------------------- /patterns/elf.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/elf.hexpat -------------------------------------------------------------------------------- /patterns/esp32_image.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/esp32_image.hexpat -------------------------------------------------------------------------------- /patterns/evtx.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/evtx.hexpat -------------------------------------------------------------------------------- /patterns/fas_oskasoftware.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/fas_oskasoftware.hexpat -------------------------------------------------------------------------------- /patterns/fas_oskasoftware_old.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/fas_oskasoftware_old.hexpat -------------------------------------------------------------------------------- /patterns/fbx.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/fbx.hexpat -------------------------------------------------------------------------------- /patterns/fdt.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/fdt.hexpat -------------------------------------------------------------------------------- /patterns/flac.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/flac.hexpat -------------------------------------------------------------------------------- /patterns/flc.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/flc.hexpat -------------------------------------------------------------------------------- /patterns/flipper_settings.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/flipper_settings.hexpat -------------------------------------------------------------------------------- /patterns/flv.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/flv.hexpat -------------------------------------------------------------------------------- /patterns/fs.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/fs.hexpat -------------------------------------------------------------------------------- /patterns/fs/apfs.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/fs/apfs.hexpat -------------------------------------------------------------------------------- /patterns/fs/exfat.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/fs/exfat.hexpat -------------------------------------------------------------------------------- /patterns/fs/ext4.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/fs/ext4.hexpat -------------------------------------------------------------------------------- /patterns/fs/fat32.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/fs/fat32.hexpat -------------------------------------------------------------------------------- /patterns/fs/ntfs.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/fs/ntfs.hexpat -------------------------------------------------------------------------------- /patterns/fs/pattern.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/fs/pattern.hexpat -------------------------------------------------------------------------------- /patterns/fs/refs.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/fs/refs.hexpat -------------------------------------------------------------------------------- /patterns/gb.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/gb.hexpat -------------------------------------------------------------------------------- /patterns/gba.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/gba.hexpat -------------------------------------------------------------------------------- /patterns/gguf.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/gguf.hexpat -------------------------------------------------------------------------------- /patterns/gif.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/gif.hexpat -------------------------------------------------------------------------------- /patterns/gltf.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/gltf.hexpat -------------------------------------------------------------------------------- /patterns/gmf.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/gmf.hexpat -------------------------------------------------------------------------------- /patterns/gzip.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/gzip.hexpat -------------------------------------------------------------------------------- /patterns/hinf_luas.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/hinf_luas.hexpat -------------------------------------------------------------------------------- /patterns/hinf_module.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/hinf_module.hexpat -------------------------------------------------------------------------------- /patterns/hinf_tag.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/hinf_tag.hexpat -------------------------------------------------------------------------------- /patterns/hprof.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/hprof.hexpat -------------------------------------------------------------------------------- /patterns/hsdt.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/hsdt.hexpat -------------------------------------------------------------------------------- /patterns/ico.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/ico.hexpat -------------------------------------------------------------------------------- /patterns/id3.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/id3.hexpat -------------------------------------------------------------------------------- /patterns/imah.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/imah.hexpat -------------------------------------------------------------------------------- /patterns/intel_hex.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/intel_hex.hexpat -------------------------------------------------------------------------------- /patterns/ip.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/ip.hexpat -------------------------------------------------------------------------------- /patterns/ips.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/ips.hexpat -------------------------------------------------------------------------------- /patterns/iso.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/iso.hexpat -------------------------------------------------------------------------------- /patterns/java_class.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/java_class.hexpat -------------------------------------------------------------------------------- /patterns/jpeg.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/jpeg.hexpat -------------------------------------------------------------------------------- /patterns/kindle_update.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/kindle_update.hexpat -------------------------------------------------------------------------------- /patterns/ktx.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/ktx.hexpat -------------------------------------------------------------------------------- /patterns/lcesave.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/lcesave.hexpat -------------------------------------------------------------------------------- /patterns/lnk.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/lnk.hexpat -------------------------------------------------------------------------------- /patterns/loc.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/loc.hexpat -------------------------------------------------------------------------------- /patterns/lua40.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/lua40.hexpat -------------------------------------------------------------------------------- /patterns/lua51.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/lua51.hexpat -------------------------------------------------------------------------------- /patterns/lua52.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/lua52.hexpat -------------------------------------------------------------------------------- /patterns/lua53.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/lua53.hexpat -------------------------------------------------------------------------------- /patterns/lua54.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/lua54.hexpat -------------------------------------------------------------------------------- /patterns/lznt1.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/lznt1.hexpat -------------------------------------------------------------------------------- /patterns/macho.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/macho.hexpat -------------------------------------------------------------------------------- /patterns/max_v104.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/max_v104.hexpat -------------------------------------------------------------------------------- /patterns/midi.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/midi.hexpat -------------------------------------------------------------------------------- /patterns/minidump.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/minidump.hexpat -------------------------------------------------------------------------------- /patterns/mo.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/mo.hexpat -------------------------------------------------------------------------------- /patterns/mp4.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/mp4.hexpat -------------------------------------------------------------------------------- /patterns/msgpack.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/msgpack.hexpat -------------------------------------------------------------------------------- /patterns/msscmp.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/msscmp.hexpat -------------------------------------------------------------------------------- /patterns/nacp.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/nacp.hexpat -------------------------------------------------------------------------------- /patterns/nbt.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/nbt.hexpat -------------------------------------------------------------------------------- /patterns/nds.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/nds.hexpat -------------------------------------------------------------------------------- /patterns/ne.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/ne.hexpat -------------------------------------------------------------------------------- /patterns/nes.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/nes.hexpat -------------------------------------------------------------------------------- /patterns/notepad-cache.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/notepad-cache.hexpat -------------------------------------------------------------------------------- /patterns/notepad-state.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/notepad-state.hexpat -------------------------------------------------------------------------------- /patterns/notepadwindowstate.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/notepadwindowstate.hexpat -------------------------------------------------------------------------------- /patterns/nro.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/nro.hexpat -------------------------------------------------------------------------------- /patterns/nsf.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/nsf.hexpat -------------------------------------------------------------------------------- /patterns/nsfe.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/nsfe.hexpat -------------------------------------------------------------------------------- /patterns/ntag.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/ntag.hexpat -------------------------------------------------------------------------------- /patterns/ogg.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/ogg.hexpat -------------------------------------------------------------------------------- /patterns/optee_ta.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/optee_ta.hexpat -------------------------------------------------------------------------------- /patterns/orp.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/orp.hexpat -------------------------------------------------------------------------------- /patterns/parquet.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/parquet.hexpat -------------------------------------------------------------------------------- /patterns/pbz.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pbz.hexpat -------------------------------------------------------------------------------- /patterns/pcap.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pcap.hexpat -------------------------------------------------------------------------------- /patterns/pcapng.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pcapng.hexpat -------------------------------------------------------------------------------- /patterns/pck.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pck.hexpat -------------------------------------------------------------------------------- /patterns/pcx.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pcx.hexpat -------------------------------------------------------------------------------- /patterns/pe.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pe.hexpat -------------------------------------------------------------------------------- /patterns/pef.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pef.hexpat -------------------------------------------------------------------------------- /patterns/pex.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pex.hexpat -------------------------------------------------------------------------------- /patterns/pf.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pf.hexpat -------------------------------------------------------------------------------- /patterns/pfs0.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pfs0.hexpat -------------------------------------------------------------------------------- /patterns/pickle.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pickle.hexpat -------------------------------------------------------------------------------- /patterns/pif.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pif.hexpat -------------------------------------------------------------------------------- /patterns/pkm.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pkm.hexpat -------------------------------------------------------------------------------- /patterns/png.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/png.hexpat -------------------------------------------------------------------------------- /patterns/png2.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/png2.hexpat -------------------------------------------------------------------------------- /patterns/popcap_luc.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/popcap_luc.hexpat -------------------------------------------------------------------------------- /patterns/prodinfo.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/prodinfo.hexpat -------------------------------------------------------------------------------- /patterns/protobuf.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/protobuf.hexpat -------------------------------------------------------------------------------- /patterns/psafe3.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/psafe3.hexpat -------------------------------------------------------------------------------- /patterns/pyc.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pyc.hexpat -------------------------------------------------------------------------------- /patterns/pyinstaller.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/pyinstaller.hexpat -------------------------------------------------------------------------------- /patterns/q3demo.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/q3demo.hexpat -------------------------------------------------------------------------------- /patterns/qbcl.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/qbcl.hexpat -------------------------------------------------------------------------------- /patterns/qoi.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/qoi.hexpat -------------------------------------------------------------------------------- /patterns/quantized-mesh.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/quantized-mesh.hexpat -------------------------------------------------------------------------------- /patterns/rar.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/rar.hexpat -------------------------------------------------------------------------------- /patterns/ras.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/ras.hexpat -------------------------------------------------------------------------------- /patterns/rcf_v1_2.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/rcf_v1_2.hexpat -------------------------------------------------------------------------------- /patterns/rgbds.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/rgbds.hexpat -------------------------------------------------------------------------------- /patterns/roblox_pack.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/roblox_pack.hexpat -------------------------------------------------------------------------------- /patterns/rpm.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/rpm.hexpat -------------------------------------------------------------------------------- /patterns/sdb.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/sdb.hexpat -------------------------------------------------------------------------------- /patterns/selinux.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/selinux.hexpat -------------------------------------------------------------------------------- /patterns/selinuxpp.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/selinuxpp.hexpat -------------------------------------------------------------------------------- /patterns/shp.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/shp.hexpat -------------------------------------------------------------------------------- /patterns/shx.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/shx.hexpat -------------------------------------------------------------------------------- /patterns/sit5.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/sit5.hexpat -------------------------------------------------------------------------------- /patterns/smk.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/smk.hexpat -------------------------------------------------------------------------------- /patterns/snes.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/snes.hexpat -------------------------------------------------------------------------------- /patterns/spirv.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/spirv.hexpat -------------------------------------------------------------------------------- /patterns/sqlite3.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/sqlite3.hexpat -------------------------------------------------------------------------------- /patterns/stdfv4.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/stdfv4.hexpat -------------------------------------------------------------------------------- /patterns/stl.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/stl.hexpat -------------------------------------------------------------------------------- /patterns/sup.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/sup.hexpat -------------------------------------------------------------------------------- /patterns/swf.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/swf.hexpat -------------------------------------------------------------------------------- /patterns/tar.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/tar.hexpat -------------------------------------------------------------------------------- /patterns/tarc.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/tarc.hexpat -------------------------------------------------------------------------------- /patterns/terminfo.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/terminfo.hexpat -------------------------------------------------------------------------------- /patterns/tga.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/tga.hexpat -------------------------------------------------------------------------------- /patterns/thumbcache.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/thumbcache.hexpat -------------------------------------------------------------------------------- /patterns/tiff.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/tiff.hexpat -------------------------------------------------------------------------------- /patterns/ttf.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/ttf.hexpat -------------------------------------------------------------------------------- /patterns/ubiquiti.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/ubiquiti.hexpat -------------------------------------------------------------------------------- /patterns/uefi.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/uefi.hexpat -------------------------------------------------------------------------------- /patterns/uefi_boot_entry.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/uefi_boot_entry.hexpat -------------------------------------------------------------------------------- /patterns/uefi_fv_varstore.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/uefi_fv_varstore.hexpat -------------------------------------------------------------------------------- /patterns/uf2.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/uf2.hexpat -------------------------------------------------------------------------------- /patterns/unity-asset-bundle.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/unity-asset-bundle.hexpat -------------------------------------------------------------------------------- /patterns/upk-ue3.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/upk-ue3.hexpat -------------------------------------------------------------------------------- /patterns/usb.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/usb.hexpat -------------------------------------------------------------------------------- /patterns/valve_vpk.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/valve_vpk.hexpat -------------------------------------------------------------------------------- /patterns/vbmeta.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/vbmeta.hexpat -------------------------------------------------------------------------------- /patterns/vdf.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/vdf.hexpat -------------------------------------------------------------------------------- /patterns/veado.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/veado.hexpat -------------------------------------------------------------------------------- /patterns/vgm.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/vgm.hexpat -------------------------------------------------------------------------------- /patterns/vhdx.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/vhdx.hexpat -------------------------------------------------------------------------------- /patterns/vox.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/vox.hexpat -------------------------------------------------------------------------------- /patterns/wad.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/wad.hexpat -------------------------------------------------------------------------------- /patterns/was_oskasoftware.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/was_oskasoftware.hexpat -------------------------------------------------------------------------------- /patterns/wav.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/wav.hexpat -------------------------------------------------------------------------------- /patterns/webp.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/webp.hexpat -------------------------------------------------------------------------------- /patterns/wintec_tes.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/wintec_tes.hexpat -------------------------------------------------------------------------------- /patterns/xbeh.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/xbeh.hexpat -------------------------------------------------------------------------------- /patterns/xci.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/xci.hexpat -------------------------------------------------------------------------------- /patterns/xex.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/xex.hexpat -------------------------------------------------------------------------------- /patterns/xgspak.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/xgspak.hexpat -------------------------------------------------------------------------------- /patterns/xgstexture.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/xgstexture.hexpat -------------------------------------------------------------------------------- /patterns/xilinx_bit.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/xilinx_bit.hexpat -------------------------------------------------------------------------------- /patterns/xilinx_bootgen.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/xilinx_bootgen.hexpat -------------------------------------------------------------------------------- /patterns/zim.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/zim.hexpat -------------------------------------------------------------------------------- /patterns/zip.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/zip.hexpat -------------------------------------------------------------------------------- /patterns/zlib.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/zlib.hexpat -------------------------------------------------------------------------------- /patterns/zstd.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/patterns/zstd.hexpat -------------------------------------------------------------------------------- /plugins/extra-hashes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/plugins/extra-hashes.json -------------------------------------------------------------------------------- /scripts/csv2tbl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/scripts/csv2tbl.py -------------------------------------------------------------------------------- /scripts/extract_legacy_hexproj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/scripts/extract_legacy_hexproj.py -------------------------------------------------------------------------------- /scripts/ksy2pat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/scripts/ksy2pat.py -------------------------------------------------------------------------------- /scripts/svd2pat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/scripts/svd2pat.py -------------------------------------------------------------------------------- /scripts/utf8tblgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/scripts/utf8tblgen.py -------------------------------------------------------------------------------- /tests/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/CMakeLists.txt -------------------------------------------------------------------------------- /tests/includes/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/includes/CMakeLists.txt -------------------------------------------------------------------------------- /tests/includes/source/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/includes/source/main.cpp -------------------------------------------------------------------------------- /tests/magic/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/magic/CMakeLists.txt -------------------------------------------------------------------------------- /tests/magic/source/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/magic/source/main.cpp -------------------------------------------------------------------------------- /tests/patterns/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/CMakeLists.txt -------------------------------------------------------------------------------- /tests/patterns/source/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/source/main.cpp -------------------------------------------------------------------------------- /tests/patterns/test_data/3ds.hexpat.3ds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/3ds.hexpat.3ds -------------------------------------------------------------------------------- /tests/patterns/test_data/7z.hexpat.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/7z.hexpat.7z -------------------------------------------------------------------------------- /tests/patterns/test_data/CrashLvl.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/CrashLvl.hexpat -------------------------------------------------------------------------------- /tests/patterns/test_data/SHR_animation#C20000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/SHR_animation#C20000 -------------------------------------------------------------------------------- /tests/patterns/test_data/adtfdat.hexpat.adtfdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/adtfdat.hexpat.adtfdat -------------------------------------------------------------------------------- /tests/patterns/test_data/adts.hexpat.aac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/adts.hexpat.aac -------------------------------------------------------------------------------- /tests/patterns/test_data/afe2.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/afe2.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/ani.compatibility.hexpat.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/ani.compatibility.hexpat.ani -------------------------------------------------------------------------------- /tests/patterns/test_data/ani.hexpat.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/ani.hexpat.ani -------------------------------------------------------------------------------- /tests/patterns/test_data/ar.hexpat.ar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/ar.hexpat.ar -------------------------------------------------------------------------------- /tests/patterns/test_data/arc.hexpat.arc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/arc.hexpat.arc -------------------------------------------------------------------------------- /tests/patterns/test_data/aria2.hexpat.aria2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/aria2.hexpat.aria2 -------------------------------------------------------------------------------- /tests/patterns/test_data/arm_cm_vtor.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/arm_cm_vtor.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/bcss.hexpat/test.bcss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/bcss.hexpat/test.bcss -------------------------------------------------------------------------------- /tests/patterns/test_data/bcss.hexpat/test.bcss_content: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/bcss.hexpat/test.bcss_content -------------------------------------------------------------------------------- /tests/patterns/test_data/bencode.hexpat.torrent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/bencode.hexpat.torrent -------------------------------------------------------------------------------- /tests/patterns/test_data/bgcode.hexpat.bgcode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/bgcode.hexpat.bgcode -------------------------------------------------------------------------------- /tests/patterns/test_data/blend.hexpat/blend.hexpat.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/blend.hexpat/blend.hexpat.blend -------------------------------------------------------------------------------- /tests/patterns/test_data/blend.hexpat/blend_zstd.hexpat.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/blend.hexpat/blend_zstd.hexpat.blend -------------------------------------------------------------------------------- /tests/patterns/test_data/bmp.hexpat.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/bmp.hexpat.bmp -------------------------------------------------------------------------------- /tests/patterns/test_data/bplist.hexpat.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/bplist.hexpat.bplist -------------------------------------------------------------------------------- /tests/patterns/test_data/bson.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/bson.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/bsp_goldsrc.hexpat.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/bsp_goldsrc.hexpat.bsp -------------------------------------------------------------------------------- /tests/patterns/test_data/bzip3.hexpat.bz3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/bzip3.hexpat.bz3 -------------------------------------------------------------------------------- /tests/patterns/test_data/cab.hexpat.cab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/cab.hexpat.cab -------------------------------------------------------------------------------- /tests/patterns/test_data/ccvxl.hexpat.vxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/ccvxl.hexpat.vxl -------------------------------------------------------------------------------- /tests/patterns/test_data/cda.hexpat.cda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/cda.hexpat.cda -------------------------------------------------------------------------------- /tests/patterns/test_data/chm.hexpat.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/chm.hexpat.chm -------------------------------------------------------------------------------- /tests/patterns/test_data/coff.hexpat.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/coff.hexpat.obj -------------------------------------------------------------------------------- /tests/patterns/test_data/commodore_basic.hexpat.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/commodore_basic.hexpat.prg -------------------------------------------------------------------------------- /tests/patterns/test_data/cpio.hexpat.cpio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/cpio.hexpat.cpio -------------------------------------------------------------------------------- /tests/patterns/test_data/credhist.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/credhist.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/dds.hexpat.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/dds.hexpat.dds -------------------------------------------------------------------------------- /tests/patterns/test_data/dex.hexpat.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/dex.hexpat.dex -------------------------------------------------------------------------------- /tests/patterns/test_data/dicom.hexpat/jpeg-wsi.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/dicom.hexpat/jpeg-wsi.dcm -------------------------------------------------------------------------------- /tests/patterns/test_data/dicom.hexpat/le-explicit-vlp.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/dicom.hexpat/le-explicit-vlp.dcm -------------------------------------------------------------------------------- /tests/patterns/test_data/dmg.hexpat.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/dmg.hexpat.dmg -------------------------------------------------------------------------------- /tests/patterns/test_data/dmp64.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/dmp64.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/dos.hexpat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/dos.hexpat.exe -------------------------------------------------------------------------------- /tests/patterns/test_data/dotnet_binaryformatter.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/dotnet_binaryformatter.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/dpapiblob.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/dpapiblob.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/dpapimasterkey.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/dpapimasterkey.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/dsstore.hexpat.dsstore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/dsstore.hexpat.dsstore -------------------------------------------------------------------------------- /tests/patterns/test_data/dted.hexpat.dt0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/dted.hexpat.dt0 -------------------------------------------------------------------------------- /tests/patterns/test_data/elf.hexpat.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/elf.hexpat.elf -------------------------------------------------------------------------------- /tests/patterns/test_data/esp32_image.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/esp32_image.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/evtx.hexpat.evtx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/evtx.hexpat.evtx -------------------------------------------------------------------------------- /tests/patterns/test_data/ext4.hexpat.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/ext4.hexpat.img -------------------------------------------------------------------------------- /tests/patterns/test_data/fbx.hexpat.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/fbx.hexpat.fbx -------------------------------------------------------------------------------- /tests/patterns/test_data/fdt.hexpat.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/fdt.hexpat.dtb -------------------------------------------------------------------------------- /tests/patterns/test_data/flac.hexpat.flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/flac.hexpat.flac -------------------------------------------------------------------------------- /tests/patterns/test_data/flc.hexpat.flc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/flc.hexpat.flc -------------------------------------------------------------------------------- /tests/patterns/test_data/flipper_settings.hexpat/bt.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/flipper_settings.hexpat/bt.settings -------------------------------------------------------------------------------- /tests/patterns/test_data/flipper_settings.hexpat/desktop.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/flipper_settings.hexpat/desktop.settings -------------------------------------------------------------------------------- /tests/patterns/test_data/flipper_settings.hexpat/dolphin.state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/flipper_settings.hexpat/dolphin.state -------------------------------------------------------------------------------- /tests/patterns/test_data/flipper_settings.hexpat/expansion.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/flipper_settings.hexpat/expansion.settings -------------------------------------------------------------------------------- /tests/patterns/test_data/flipper_settings.hexpat/infrared.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/flipper_settings.hexpat/infrared.settings -------------------------------------------------------------------------------- /tests/patterns/test_data/flipper_settings.hexpat/notification.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/flipper_settings.hexpat/notification.settings -------------------------------------------------------------------------------- /tests/patterns/test_data/flv.hexpat.flv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/flv.hexpat.flv -------------------------------------------------------------------------------- /tests/patterns/test_data/fs.hexpat.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/fs.hexpat.img -------------------------------------------------------------------------------- /tests/patterns/test_data/gb.hexpat.gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/gb.hexpat.gb -------------------------------------------------------------------------------- /tests/patterns/test_data/gguf.hexpat.gguf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/gguf.hexpat.gguf -------------------------------------------------------------------------------- /tests/patterns/test_data/gif.hexpat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/gif.hexpat.gif -------------------------------------------------------------------------------- /tests/patterns/test_data/gltf.hexpat.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/gltf.hexpat.glb -------------------------------------------------------------------------------- /tests/patterns/test_data/gmf.hexpat/gmf.hexpat.gmf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/gmf.hexpat/gmf.hexpat.gmf -------------------------------------------------------------------------------- /tests/patterns/test_data/gmf.hexpat/gmf.hexpat_data/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/gmf.hexpat/gmf.hexpat_data/help -------------------------------------------------------------------------------- /tests/patterns/test_data/gzip.hexpat.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/gzip.hexpat.gz -------------------------------------------------------------------------------- /tests/patterns/test_data/hinf_luas.hexpat.luas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/hinf_luas.hexpat.luas -------------------------------------------------------------------------------- /tests/patterns/test_data/hinf_module.hexpat.module: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/hinf_module.hexpat.module -------------------------------------------------------------------------------- /tests/patterns/test_data/hinf_tag.hexpat.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/hinf_tag.hexpat.tag -------------------------------------------------------------------------------- /tests/patterns/test_data/hprof.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/hprof.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/hsdt.hexpat.hsdt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/hsdt.hexpat.hsdt -------------------------------------------------------------------------------- /tests/patterns/test_data/ico.hexpat.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/ico.hexpat.ico -------------------------------------------------------------------------------- /tests/patterns/test_data/id3.hexpat.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/id3.hexpat.mp3 -------------------------------------------------------------------------------- /tests/patterns/test_data/imah.hexpat.fw.sig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/imah.hexpat.fw.sig -------------------------------------------------------------------------------- /tests/patterns/test_data/intel_hex.hexpat.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/intel_hex.hexpat.hex -------------------------------------------------------------------------------- /tests/patterns/test_data/ips.hexpat.ips: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/ips.hexpat.ips -------------------------------------------------------------------------------- /tests/patterns/test_data/iso.hexpat.iso: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/iso.hexpat.iso -------------------------------------------------------------------------------- /tests/patterns/test_data/java_class.hexpat.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/java_class.hexpat.class -------------------------------------------------------------------------------- /tests/patterns/test_data/jpeg.hexpat.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/jpeg.hexpat.jpeg -------------------------------------------------------------------------------- /tests/patterns/test_data/kindle_update.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/kindle_update.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/ktx.hexpat/rgb-mipmap-reference.ktx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/ktx.hexpat/rgb-mipmap-reference.ktx -------------------------------------------------------------------------------- /tests/patterns/test_data/lcesave.hexpat/MC-TU033PreRelease_savegameDecompressed.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/lcesave.hexpat/MC-TU033PreRelease_savegameDecompressed.dat -------------------------------------------------------------------------------- /tests/patterns/test_data/lcesave.hexpat/MC-TU5-Release_savegameDecompressed.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/lcesave.hexpat/MC-TU5-Release_savegameDecompressed.dat -------------------------------------------------------------------------------- /tests/patterns/test_data/lnk.hexpat.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/lnk.hexpat.lnk -------------------------------------------------------------------------------- /tests/patterns/test_data/lua51.hexpat.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/lua51.hexpat.lua -------------------------------------------------------------------------------- /tests/patterns/test_data/lua52.hexpat.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/lua52.hexpat.lua -------------------------------------------------------------------------------- /tests/patterns/test_data/lua53.hexpat.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/lua53.hexpat.lua -------------------------------------------------------------------------------- /tests/patterns/test_data/lua54.hexpat.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/lua54.hexpat.lua -------------------------------------------------------------------------------- /tests/patterns/test_data/lznt1.hexpat.lznt1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/lznt1.hexpat.lznt1 -------------------------------------------------------------------------------- /tests/patterns/test_data/macho.hexpat.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/macho.hexpat.o -------------------------------------------------------------------------------- /tests/patterns/test_data/max_v104.hexpat.dta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/max_v104.hexpat.dta -------------------------------------------------------------------------------- /tests/patterns/test_data/midi.hexpat.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/midi.hexpat.mid -------------------------------------------------------------------------------- /tests/patterns/test_data/minidump.hexpat.dmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/minidump.hexpat.dmp -------------------------------------------------------------------------------- /tests/patterns/test_data/mo.hexpat.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/mo.hexpat.mo -------------------------------------------------------------------------------- /tests/patterns/test_data/mp4.hexpat.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/mp4.hexpat.mp4 -------------------------------------------------------------------------------- /tests/patterns/test_data/msgpack.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/msgpack.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/nacp.hexpat.nacp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/nacp.hexpat.nacp -------------------------------------------------------------------------------- /tests/patterns/test_data/nbt.hexpat.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/nbt.hexpat.nbt -------------------------------------------------------------------------------- /tests/patterns/test_data/ne.hexpat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/ne.hexpat.exe -------------------------------------------------------------------------------- /tests/patterns/test_data/nes.hexpat.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/nes.hexpat.nes -------------------------------------------------------------------------------- /tests/patterns/test_data/notepad-cache.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/notepad-cache.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/notepadwindowstate.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/notepadwindowstate.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/nro.hexpat.nro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/nro.hexpat.nro -------------------------------------------------------------------------------- /tests/patterns/test_data/ntag.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/ntag.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/ogg.hexpat.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/ogg.hexpat.ogg -------------------------------------------------------------------------------- /tests/patterns/test_data/orp.hexpat.orp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/orp.hexpat.orp -------------------------------------------------------------------------------- /tests/patterns/test_data/parquet.hexpat.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/parquet.hexpat.parquet -------------------------------------------------------------------------------- /tests/patterns/test_data/pcap.hexpat.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/pcap.hexpat.pcap -------------------------------------------------------------------------------- /tests/patterns/test_data/pcapng.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/pcapng.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/pck.hexpat.pck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/pck.hexpat.pck -------------------------------------------------------------------------------- /tests/patterns/test_data/pcx.hexpat.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/pcx.hexpat.pcx -------------------------------------------------------------------------------- /tests/patterns/test_data/pe.hexpat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/pe.hexpat.exe -------------------------------------------------------------------------------- /tests/patterns/test_data/pef.hexpat.pef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/pef.hexpat.pef -------------------------------------------------------------------------------- /tests/patterns/test_data/pex.hexpat.pex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/pex.hexpat.pex -------------------------------------------------------------------------------- /tests/patterns/test_data/pfs0.hexpat.nsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/pfs0.hexpat.nsp -------------------------------------------------------------------------------- /tests/patterns/test_data/pickle.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/pickle.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/pif.hexpat.pif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/pif.hexpat.pif -------------------------------------------------------------------------------- /tests/patterns/test_data/pkm.hexpat.pkm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/pkm.hexpat.pkm -------------------------------------------------------------------------------- /tests/patterns/test_data/png.hexpat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/png.hexpat.png -------------------------------------------------------------------------------- /tests/patterns/test_data/popcap_luc.hexpat.luc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/popcap_luc.hexpat.luc -------------------------------------------------------------------------------- /tests/patterns/test_data/protobuf.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/protobuf.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/psafe3.hexpat.psafe3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/psafe3.hexpat.psafe3 -------------------------------------------------------------------------------- /tests/patterns/test_data/pyc.hexpat.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/pyc.hexpat.pyc -------------------------------------------------------------------------------- /tests/patterns/test_data/pyinstaller.hexpat.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/pyinstaller.hexpat.elf -------------------------------------------------------------------------------- /tests/patterns/test_data/q3demo.hexpat.dm_16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/q3demo.hexpat.dm_16 -------------------------------------------------------------------------------- /tests/patterns/test_data/qoi.hexpat.qoi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/qoi.hexpat.qoi -------------------------------------------------------------------------------- /tests/patterns/test_data/rar.hexpat.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/rar.hexpat.rar -------------------------------------------------------------------------------- /tests/patterns/test_data/ras.hexpat.ras: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/ras.hexpat.ras -------------------------------------------------------------------------------- /tests/patterns/test_data/rgbds.hexpat.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/rgbds.hexpat.o -------------------------------------------------------------------------------- /tests/patterns/test_data/roblox_pack.hexpat.pack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/roblox_pack.hexpat.pack -------------------------------------------------------------------------------- /tests/patterns/test_data/sdb.hexpat.sdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/sdb.hexpat.sdb -------------------------------------------------------------------------------- /tests/patterns/test_data/selinux.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/selinux.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/selinuxpp.hexpat.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/selinuxpp.hexpat.pp -------------------------------------------------------------------------------- /tests/patterns/test_data/shp.hexpat.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/shp.hexpat.shp -------------------------------------------------------------------------------- /tests/patterns/test_data/shx.hexpat.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/shx.hexpat.shx -------------------------------------------------------------------------------- /tests/patterns/test_data/sit5.hexpat.sit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/sit5.hexpat.sit -------------------------------------------------------------------------------- /tests/patterns/test_data/sqlite3.hexpat.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/sqlite3.hexpat.db -------------------------------------------------------------------------------- /tests/patterns/test_data/stl.hexpat.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/stl.hexpat.stl -------------------------------------------------------------------------------- /tests/patterns/test_data/sup.hexpat.sup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/sup.hexpat.sup -------------------------------------------------------------------------------- /tests/patterns/test_data/swf.hexpat.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/swf.hexpat.swf -------------------------------------------------------------------------------- /tests/patterns/test_data/tar.hexpat.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/tar.hexpat.tar -------------------------------------------------------------------------------- /tests/patterns/test_data/terminfo.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/terminfo.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/tga.hexpat.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/tga.hexpat.tga -------------------------------------------------------------------------------- /tests/patterns/test_data/tiff.hexpat/bigtiff-be-tiled.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/tiff.hexpat/bigtiff-be-tiled.tiff -------------------------------------------------------------------------------- /tests/patterns/test_data/tiff.hexpat/bigtiff-le-stripped.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/tiff.hexpat/bigtiff-le-stripped.tiff -------------------------------------------------------------------------------- /tests/patterns/test_data/tiff.hexpat/classic-be-stripped.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/tiff.hexpat/classic-be-stripped.tiff -------------------------------------------------------------------------------- /tests/patterns/test_data/tiff.hexpat/classic-le-stripped.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/tiff.hexpat/classic-le-stripped.tiff -------------------------------------------------------------------------------- /tests/patterns/test_data/tiff.hexpat/classic-le-tiled.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/tiff.hexpat/classic-le-tiled.tiff -------------------------------------------------------------------------------- /tests/patterns/test_data/ttf.hexpat.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/ttf.hexpat.ttf -------------------------------------------------------------------------------- /tests/patterns/test_data/ubiquiti.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/ubiquiti.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/uefi_boot_entry.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/uefi_boot_entry.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/uefi_fv_varstore.hexpat.fd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/uefi_fv_varstore.hexpat.fd -------------------------------------------------------------------------------- /tests/patterns/test_data/uf2.hexpat.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/uf2.hexpat.uf2 -------------------------------------------------------------------------------- /tests/patterns/test_data/usb.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/usb.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/valve_vpk.hexpat.vpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/valve_vpk.hexpat.vpk -------------------------------------------------------------------------------- /tests/patterns/test_data/vbmeta.hexpat.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/vbmeta.hexpat.img -------------------------------------------------------------------------------- /tests/patterns/test_data/vdf.hexpat.vdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/vdf.hexpat.vdf -------------------------------------------------------------------------------- /tests/patterns/test_data/veado.hexpat.veado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/veado.hexpat.veado -------------------------------------------------------------------------------- /tests/patterns/test_data/vox.hexpat.vox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/vox.hexpat.vox -------------------------------------------------------------------------------- /tests/patterns/test_data/wad.hexpat.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/wad.hexpat.wad -------------------------------------------------------------------------------- /tests/patterns/test_data/was_oskasoftware.hexpat.was: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/was_oskasoftware.hexpat.was -------------------------------------------------------------------------------- /tests/patterns/test_data/wav.hexpat.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/wav.hexpat.wav -------------------------------------------------------------------------------- /tests/patterns/test_data/webp.hexpat.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/webp.hexpat.webp -------------------------------------------------------------------------------- /tests/patterns/test_data/xex.hexpat.xex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/xex.hexpat.xex -------------------------------------------------------------------------------- /tests/patterns/test_data/xilinx_bootgen.hexpat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/xilinx_bootgen.hexpat.bin -------------------------------------------------------------------------------- /tests/patterns/test_data/zim.hexpat.zim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/zim.hexpat.zim -------------------------------------------------------------------------------- /tests/patterns/test_data/zip.hexpat/regular.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/zip.hexpat/regular.zip -------------------------------------------------------------------------------- /tests/patterns/test_data/zlib.hexpat.zlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/zlib.hexpat.zlib -------------------------------------------------------------------------------- /tests/patterns/test_data/zstd.hexpat.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tests/patterns/test_data/zstd.hexpat.zst -------------------------------------------------------------------------------- /themes/Nocturne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/themes/Nocturne.json -------------------------------------------------------------------------------- /themes/catppuccin-frappe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/themes/catppuccin-frappe.json -------------------------------------------------------------------------------- /themes/catppuccin-latte.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/themes/catppuccin-latte.json -------------------------------------------------------------------------------- /themes/catppuccin-macchiato.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/themes/catppuccin-macchiato.json -------------------------------------------------------------------------------- /themes/catppuccin-mocha.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/themes/catppuccin-mocha.json -------------------------------------------------------------------------------- /themes/one_dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/themes/one_dark.json -------------------------------------------------------------------------------- /themes/retina_dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/themes/retina_dark.json -------------------------------------------------------------------------------- /themes/solarized_dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/themes/solarized_dark.json -------------------------------------------------------------------------------- /themes/theme_lion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/themes/theme_lion.json -------------------------------------------------------------------------------- /themes/vs_dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/themes/vs_dark.json -------------------------------------------------------------------------------- /tips/_schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tips/_schema.json -------------------------------------------------------------------------------- /tips/imhex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tips/imhex.json -------------------------------------------------------------------------------- /tips/re.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/tips/re.json -------------------------------------------------------------------------------- /yara/advanced_analysis/compiler.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/yara/advanced_analysis/compiler.yar -------------------------------------------------------------------------------- /yara/advanced_analysis/cryptography.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/yara/advanced_analysis/cryptography.yar -------------------------------------------------------------------------------- /yara/advanced_analysis/environment.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/yara/advanced_analysis/environment.yar -------------------------------------------------------------------------------- /yara/advanced_analysis/language.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WerWolv/ImHex-Patterns/HEAD/yara/advanced_analysis/language.yar --------------------------------------------------------------------------------