Skip to content

Commit d07e46c

Browse files
committed
Add a Gentee note
1 parent ee5ed5e commit d07e46c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BinaryObjectScanner/Packer/GenteeInstaller.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ public class GenteeInstaller : IExecutableCheck<PortableExecutable>
1111
/// <inheritdoc/>
1212
public string? CheckExecutable(string file, PortableExecutable exe, bool includeDebug)
1313
{
14+
// Investigate the "Shared" section in "Arkan3D.exe"
15+
1416
string? name = exe.AssemblyName;
1517

1618
// <see href="https://www.virustotal.com/gui/file/40e222d35fe8bdd94360462e2f2b870ec7e2c184873e2a481109408db790bfe8/details"/>

0 commit comments

Comments
 (0)