From 9b819cf39264b26ac4df6546518afd67d7b532f1 Mon Sep 17 00:00:00 2001 From: EvelynTSMG <96205195+EvelynTSMG@users.noreply.github.com> Date: Mon, 20 Nov 2023 05:54:56 -0500 Subject: [PATCH] patterns: Add Final Fantasy X patterns (#197) * Add Final Fantasy X patterns * Update README * Fix: github dum --- .gitmodules | 5 ++++- README.md | 1 + patterns/ffx | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 patterns/ffx diff --git a/.gitmodules b/.gitmodules index 025e4c8..6a43b50 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,7 @@ [submodule "rules"] path = yara/official_rules url = https://github.com/Yara-Rules/rules - branch = master \ No newline at end of file + branch = master +[submodule "patterns/ffx"] + path = patterns/ffx + url = https://gitlab.com/EvelynTSMG/imhex-ffx-pats.git diff --git a/README.md b/README.md index e1027fb..1090355 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Everything will immediately show up in ImHex's Content Store and gets bundled wi | EVTX | | [`patterns/evtx.hexpat`](patterns/evtx.hexpat) | MS Windows Vista Event Log | | FAS | | [`patterns/fas_oskasoftware.hexpat`](patterns/fas_oskasoftware.hexpat) [`patterns/fas_oskasoftware_old.hexpat`](patterns/fas_oskasoftware_old.hexpat) (Old versions of Oska DeskMate) | Oska Software DeskMates FAS (Frames and Sequences) file | | FDT | | [`patterns/fdt.hexpat`](patterns/fdt.hexpat) | Flat Linux Device Tree blob | +| FFX | | [`patterns/ffx/*`](https://gitlab.com/EvelynTSMG/imhex-ffx-pats) | Various Final Fantasy X files | | File System | | [`patterns/fs.hexpat`](patterns/fs.hexpat) | Drive File System | | FLAC | `audio/flac` | [`patterns/flac.hexpat`](patterns/flac.hexpat) | Free Lossless Audio Codec, FLAC Audio Format | | GB | `application/x-gameboy-rom` | [`patterns/gb.hexpat`](patterns/gb.hexpat) | Gameboy ROM | diff --git a/patterns/ffx b/patterns/ffx new file mode 160000 index 0000000..fcaffbf --- /dev/null +++ b/patterns/ffx @@ -0,0 +1 @@ +Subproject commit fcaffbf49d1ce71c5d9485aedb626fdece704765