mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-14 05:36:07 +00:00
Fix finding, update SecuROM
This commit is contained in:
@@ -394,7 +394,7 @@ namespace BurnOutSharp.ExecutableType.Microsoft.PE
|
||||
{
|
||||
// TODO: Read certificate data separately
|
||||
int overlayOffset = this.SectionTable
|
||||
.Select(sh => (int)(ConvertVirtualAddress(sh.VirtualAddress, SectionTable) + sh.VirtualSize))
|
||||
.Select(sh => (int)(sh.PointerToRawData + sh.VirtualSize))
|
||||
.OrderByDescending(o => o)
|
||||
.First();
|
||||
|
||||
@@ -528,7 +528,7 @@ namespace BurnOutSharp.ExecutableType.Microsoft.PE
|
||||
{
|
||||
// TODO: Read certificate data separately
|
||||
int overlayOffset = this.SectionTable
|
||||
.Select(sh => (int)(ConvertVirtualAddress(sh.VirtualAddress, SectionTable) + sh.VirtualSize))
|
||||
.Select(sh => (int)(sh.PointerToRawData + sh.VirtualSize))
|
||||
.OrderByDescending(o => o)
|
||||
.First();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user