diff --git a/BinaryObjectScanner/Packer/GenteeInstaller.cs b/BinaryObjectScanner/Packer/GenteeInstaller.cs
index b50ceeb5..d771ed37 100644
--- a/BinaryObjectScanner/Packer/GenteeInstaller.cs
+++ b/BinaryObjectScanner/Packer/GenteeInstaller.cs
@@ -11,6 +11,8 @@ namespace BinaryObjectScanner.Packer
///
public string? CheckExecutable(string file, PortableExecutable exe, bool includeDebug)
{
+ // Investigate the "Shared" section in "Arkan3D.exe"
+
string? name = exe.AssemblyName;
//