We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f470263 commit eb7bbddCopy full SHA for eb7bbdd
BinaryObjectScanner/FileType/Executable.cs
@@ -13,10 +13,6 @@ namespace BinaryObjectScanner.FileType
13
/// <summary>
14
/// Executable or library
15
/// </summary>
16
- /// <remarks>
17
- /// Due to the complexity of executables, all extraction handling
18
- /// another class that is used by the scanner
19
- /// </remarks>
20
public class Executable : IDetectable
21
{
22
#region Properties
0 commit comments