Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there any way to tell what within a QB64 program is triggering false AV detetions?
#2
(11-24-2025, 09:51 AM)hanness Wrote: I have a QB64 program that is somewhere around 16,000 lines of code. Unfortunately, to use this program, I always have to set an antivirus exception because it will end up quarantined otherwise. It's also difficult to get other people to use the program when the see it being flagged as being unsafe.

Is there any way to ascertain exactly WHAT is making the AV software think that it is unsafe? With 16,000 lines of code I have no idea what to even look for.

It must be the compiler. Years ago, in RapidQ I got false AV detections when I compiled a program. I had to use "upx ultimare packer for executables" software to uncompress the exe file and then compress it again (not nessessary) with the -1 option. Then there was no AV detection. But I don't know if upx works with 64 bit. I would change the settings in QB64 Compiler and if there was no result I would use upx.
Reply


Messages In This Thread
RE: Is there any way to tell what within a QB64 program is triggering false AV detetions? - by 2112 - 11-24-2025, 01:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Shift key not recognized when focus is changed to QB64 program dano 17 3,040 09-18-2024, 03:15 AM
Last Post: TerryRitchie
  This program causes QB64 to crash - SOLVED Petr 3 823 03-26-2023, 03:59 PM
Last Post: bplus

Forum Jump:


Users browsing this thread: 1 Guest(s)