Add decoding for BeOS version resource.

This commit is contained in:
2018-03-10 18:53:16 +00:00
parent cc6ddf378e
commit 6486b78716
9 changed files with 189 additions and 19 deletions

View File

@@ -162,7 +162,7 @@ namespace exeinfogui
if(((libexeinfo.PE)peExe).BeosResources != null)
{
tabBeResources.Update(((libexeinfo.PE)peExe).BeosResources);
tabBeResources.Update(((libexeinfo.PE)peExe).BeosResources, peExe.IsBigEndian);
tabBeResources.Visible = true;
}
}