A port of the original "MGS V ResDec v1.0" by Sergeanur to C#.
This tool is used to decrypt (and encrypt) files from the Fox Engine.
The encrypted files have the hex header E6,EF,F8,A0.
Used in Metal Gear Solid V: The Phantom Pain, P.T., and probably in other games using the Fox Engine.
Drag and drop the file onto the .exe for a quick way to decrypt without using the command line.
E6EFF8A0.exe <file> [options]
-k <key>Encryption key (decimal or 0x hex). Required for encryption.-eXEncryption method (1 or 2). Use-e1for method 1,-e2for method 2 (default).-vXFile version header (1 or 2). Use-v1for v1 (default),-v2for v2.-iShow only info about file encryption (will not decrypt or encrypt).-nDon’t create backups (by default.bakis created).