mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-30 20:53:08 +00:00
Add PE checks to SoftLock
This commit is contained in:
@@ -1278,6 +1278,7 @@ namespace BurnOutSharp.Wrappers
|
||||
Console.WriteLine(" -------------------------");
|
||||
if (PointerToSymbolTable == 0
|
||||
|| NumberOfSymbols == 0
|
||||
|| COFFSymbolTable == null
|
||||
|| COFFSymbolTable.Length == 0)
|
||||
{
|
||||
Console.WriteLine(" No COFF symbol table items");
|
||||
|
||||
Reference in New Issue
Block a user