[FALSE-POSITIVE] virustotal.com seeing debugger detection?

Here you will find some useful tutorials and resources for InstallForge created by community members.
Post Reply
deftware
Posts: 4
Joined: Sat May 13, 2023 11:10 am

https://www.virustotal.com/gui/file/cb3 ... 731efad903

I'm having users report that their antivirus is blacklisting my software that I've packaged with InstallForge and after putting it up on VirusTotal I'm personally concerned about some things:

Code: Select all


- Checks if the current process is being debugged

- AV process strings found (often used to terminate AV products)

- May try to detect the virtual machine to hinder analysis (VM artifact strings found in memory)

These things don't seem necessary for an installer. Are they?
User avatar
markbell
Posts: 13
Joined: Tue May 30, 2023 6:56 pm

InstallForge does not contain any malware. These are false-positives. Have you code-signed your installer with a valid certificate?
InstallForge Power User
Post Reply