Added MagiC resource format.

This commit is contained in:
2018-03-01 17:51:37 +00:00
parent e37b116029
commit 0f0f09ba27
6 changed files with 288 additions and 34 deletions

View File

@@ -201,7 +201,7 @@ namespace exeinfo
if(!recognized) Console.WriteLine("Executable format not recognized");
}
static void PrintGemResources(GEM.GemResourceHeader resourceHeader, IReadOnlyList<GEM.TreeObjectNode> roots,
static void PrintGemResources(GEM.MagiCResourceHeader resourceHeader, IReadOnlyList<GEM.TreeObjectNode> roots,
GEM.GemResourceExtension resourceExtension,
GEM.ColorIcon[] colorIcons)
{