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 ee5ed5e commit d07e46cCopy full SHA for d07e46c
BinaryObjectScanner/Packer/GenteeInstaller.cs
@@ -11,6 +11,8 @@ public class GenteeInstaller : IExecutableCheck<PortableExecutable>
11
/// <inheritdoc/>
12
public string? CheckExecutable(string file, PortableExecutable exe, bool includeDebug)
13
{
14
+ // Investigate the "Shared" section in "Arkan3D.exe"
15
+
16
string? name = exe.AssemblyName;
17
18
// <see href="https://www.virustotal.com/gui/file/40e222d35fe8bdd94360462e2f2b870ec7e2c184873e2a481109408db790bfe8/details"/>
0 commit comments