-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Nested nullsoft installer detected as exe #542
Comments
This is a UPX installer rather than a Nullsoft installer which is why the installer type is exe. The installer type changing to portable is Komac trying to find if it's a generic installer rather than a known one like Nullsoft or Inno. I'll make a change to this so it gets identified as an exe. |
I'll keep this open and see if there's a way to unpack UPX installers to find out what their underlying installer is. |
Can it preserve the previous installer type if it's more specific than exe? |
@russellbanks I also had a case where the installer type was wrongly set to portable.
|
Thanks for letting me know @a-mnich. I've been looking into this today and the issue appears to be that the However, PowerShell and others like VirusTotal are still able to get the VSVersionInfo data despite that so I'm now experimenting with yara-x which is an early rewrite of VirusTotal's yara library, which is what they use to analyse malware. |
@russellbanks here is another case where komac set the InstallerType to portabel instead of nullsoft :) : |
@Utesgui, this one is an odd one because the installer isn't obvious that it's a Nullsoft installer. However, VirusTotal identifies as it likely to be Nullsoft. I'll work on the identifying installers when they don't have the usual identifiers for being a Nullsoft installer. For now, I've added a check so if the last |
Great! Could you perhaps add the same check for the new one being detected as exe? |
This is fixed in komac v2.7.0 as this brings much deeper analysis and understanding of Nullsoft installers. |
Is there an existing issue for this?
What happened?
komac update -i Waterfox.Waterfox --version G6.0.11 --urls https://cdn1.waterfox.net/waterfox/releases/G6.0.11/WINNT_x86_64/Waterfox%20Setup%20G6.0.11.exe -o .
Despite the previous manifest having an installer type of
nullsoft
, komac changed it toexe
. In one occasion, it got changed toportable
.The text was updated successfully, but these errors were encountered: