mirror of
https://github.com/claunia/libexeinfo.git
synced 2025-12-16 19:14:24 +00:00
Add decoding for BeOS version resource.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user