From 9dac2eb91b19f60ecfa13ea9da39728b9501aa64 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 22 Jun 2022 09:54:38 -0700 Subject: [PATCH] Add entry point note to LaserLok --- BurnOutSharp/ProtectionType/LaserLok.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BurnOutSharp/ProtectionType/LaserLok.cs b/BurnOutSharp/ProtectionType/LaserLok.cs index c6349c95..0907c3f9 100644 --- a/BurnOutSharp/ProtectionType/LaserLok.cs +++ b/BurnOutSharp/ProtectionType/LaserLok.cs @@ -15,6 +15,9 @@ namespace BurnOutSharp.ProtectionType /// public string CheckPortableExecutable(string file, PortableExecutable pex, bool includeDebug) { + // TODO: Add entry point check + // https://github.com/horsicq/Detect-It-Easy/blob/master/db/PE/Laserlok.2.sg + // TODO: Additional checks that may or may not be useful with the below // // These two can appear separately