Search found 1 match

by PC1512
Thu Sep 12, 2024 1:24 pm
Forum: General Discussion
Topic: PureBasic 6.11 LTS RunProgram() false positive
Replies: 4
Views: 1184

PureBasic 6.11 LTS RunProgram() false positive

Hello,

with pb 6.11 LTS on windows 10 64bits if I do "Compile/Execute" the program below, Sophos AV delete the temporay compile exe file.


RunProgram("notepad.exe")


If I do juste "Make Executable" and I manualy execute the program this work fine and Sophos AV does not detect anything.

With pb ...