diff --git a/BinaryObjectScanner/FileType/Executable.cs b/BinaryObjectScanner/FileType/Executable.cs index cb37d7cd..f6867bca 100644 --- a/BinaryObjectScanner/FileType/Executable.cs +++ b/BinaryObjectScanner/FileType/Executable.cs @@ -13,10 +13,6 @@ namespace BinaryObjectScanner.FileType /// /// Executable or library /// - /// - /// Due to the complexity of executables, all extraction handling - /// another class that is used by the scanner - /// public class Executable : IDetectable { #region Properties