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

Here you will find some useful tutorials and resources for InstallForge created by community members.
Forum rules
Posting bugs here is discouraged. Please use our GitHub issue tracker instead: https://github.com/soner-boztas/installforge/issues

When posting a new bug report, please follow these guidelines: https://docs.installforge.net/contribut ... ing-a-bug/
Post Reply
deftware
Posts: 4
Joined: 13 May 2023, 11:10

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: 19
Joined: 30 May 2023, 18:56

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