diff --git a/.gitmodules b/.gitmodules index 6a43b50..f674525 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ [submodule "patterns/ffx"] path = patterns/ffx url = https://gitlab.com/EvelynTSMG/imhex-ffx-pats.git +[submodule "patterns/bastion"] + path = patterns/bastion + url = https://gitlab.com/EvelynTSMG/imhex-bastion-pats.git diff --git a/README.md b/README.md index bec62b8..8bd39da 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Everything will immediately show up in ImHex's Content Store and gets bundled wi | AR | `application/x-archive` | [`patterns/ar.hexpat`](patterns/ar.hexpat) | Static library archive files | | ARIA2 | | [`patterns/aria2.hexpat`](patterns/aria2.hexpat) | ARIA2 Download Manager Control files | | ARM VTOR | | [`patterns/arm_cm_vtor.hexpat`](patterns/arm_cm_vtor.hexpat) | ARM Cortex M Vector Table Layout | +| Bastion | | [`patterns/bastion/*`](https://gitlab.com/EvelynTSMG/imhex-bastion-pats) | Various [Bastion](https://en.wikipedia.org/wiki/Bastion_(video_game)) files | | Bencode | `application/x-bittorrent` | [`patterns/bencode.hexpat`](patterns/bencode.hexpat) | Bencode encoding, used by Torrent files | | BMP | `image/bmp` | [`patterns/bmp.hexpat`](patterns/bmp.hexpat) | OS2/Windows Bitmap files | | BIN | | [`patterns/selinux.hexpat`](patterns/selinux.pat) | SE Linux modules | diff --git a/patterns/bastion b/patterns/bastion new file mode 160000 index 0000000..e6deed4 --- /dev/null +++ b/patterns/bastion @@ -0,0 +1 @@ +Subproject commit e6deed433c4ba3e05e00e12fbef78c5d84e0ca18