From d07e46c5f7482771ddc0810e94cbb37f93f7ec99 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 26 Sep 2025 20:54:59 -0400 Subject: [PATCH] Add a Gentee note --- BinaryObjectScanner/Packer/GenteeInstaller.cs | 2 ++ 1 file changed, 2 insertions(+) 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; //