mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-07-08 01:31:41 +08:00
updated formats.
(ExeFile): limited support for 16-bit Windows executables. (MbImageFormat): recognize 'MK' signature. (XP3, VF, YPF): added common executable signature. (PICT): improved parser. (Macromedia): improved support, recognize archives within windows executables. (SEEN): fixed decompression.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace GameRes.Formats.LiveMaker
|
||||
public VffOpener ()
|
||||
{
|
||||
Extensions = new string[] { "dat", "exe" };
|
||||
Signatures = new uint[] { 0x666676, 0 };
|
||||
Signatures = new uint[] { 0x666676, 0x00905A4D, 0 };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
|
||||
Reference in New Issue
Block a user