What I like about EVORE...

This commit is contained in:
Matt Nadareski
2021-08-25 14:23:11 -07:00
parent 958d306f42
commit 0b75c6f046
8 changed files with 250 additions and 94 deletions

View File

@@ -224,7 +224,7 @@ namespace BurnOutSharp.ProtectionType
private static string SearchSafeDiscVersion(string file, byte[] fileContent)
{
// If the file isn't executable, don't even bother
if (!EVORE.IsEXE(fileContent))
if (!EVORE.IsPEExecutable(fileContent))
return string.Empty;
// Get some of the required paths