Remove now-incorrect remark

This commit is contained in:
Matt Nadareski
2024-11-05 11:06:30 -05:00
parent f470263196
commit eb7bbdde52

View File

@@ -13,10 +13,6 @@ namespace BinaryObjectScanner.FileType
/// <summary>
/// Executable or library
/// </summary>
/// <remarks>
/// Due to the complexity of executables, all extraction handling
/// another class that is used by the scanner
/// </remarks>
public class Executable : IDetectable
{
#region Properties