Add PE checks to SoftLock

This commit is contained in:
Matt Nadareski
2022-12-19 21:39:24 -08:00
parent 28391de50c
commit 64cc4785ca
3 changed files with 76 additions and 2 deletions

View File

@@ -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");