Add entry point note to SafeDisc

This commit is contained in:
Matt Nadareski
2022-06-22 09:57:12 -07:00
parent 9dac2eb91b
commit e28b930f85

View File

@@ -51,6 +51,9 @@ namespace BurnOutSharp.ProtectionType
if (stxt371Section || stxt774Section)
return $"SafeDisc {Get320to4xVersion(null, null, null)}";
// TODO: Add entry point check
// https://github.com/horsicq/Detect-It-Easy/blob/master/db/PE/Safedisc.2.sg
return null;
}