mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-16 22:05:13 +00:00
Skip trying to parse null debug data
This commit is contained in:
@@ -3016,6 +3016,8 @@ namespace BurnOutSharp.Wrappers
|
||||
uint size = entry.SizeOfData;
|
||||
|
||||
byte[] entryData = ReadFromDataSource((int)address, (int)size);
|
||||
if (entryData == null)
|
||||
continue;
|
||||
|
||||
// If we have CodeView debug data, try to parse it
|
||||
if (entry.DebugType == Models.PortableExecutable.DebugType.IMAGE_DEBUG_TYPE_CODEVIEW)
|
||||
|
||||
Reference in New Issue
Block a user