Don't print section table on debug now

This commit is contained in:
Matt Nadareski
2022-12-10 22:42:03 -08:00
parent 64f52698c3
commit 0390ee3363

View File

@@ -107,10 +107,6 @@ namespace BurnOutSharp.FileType
// If we have a PE executable, iterate through all PE content checks
if (pex != null)
{
// Print the section table for debug
if (scanner.IncludeDebug && pex.SectionTable != null)
pex.PrintAllSections();
Parallel.ForEach(ScanningClasses.PortableExecutableCheckClasses, contentCheckClass =>
{
// Check using custom content checks first