Re: [PyInstaller] False positive trojan detection

2012-11-22 Thread Martin Zibricky
The temporarily workaround could be trying any executable packager, like upx or any other from the following list: https://en.wikipedia.org/wiki/Executable_compression David Cortesi píše v St 21. 11. 2012 v 16:52 -0800: I am distributing an app built with pyinstaller and a user reported that

Re: [PyInstaller] False positive trojan detection

2012-11-22 Thread Martin Zibricky
David Cortesi píše v St 21. 11. 2012 v 16:52 -0800: Whatever it is in run.exe and runw.exe that are triggering this false positive needs to be fixed. Windows is basically dead in the water for now. Or another workaround is trying the debug version of bootloader run_d.exe and runw_d.exe. I

Re: [PyInstaller] False positive trojan detection

2012-11-22 Thread claudio canepa
On Wed, Nov 21, 2012 at 9:52 PM, David Cortesi davecort...@gmail.comwrote: I am distributing an app built with pyinstaller and a user reported that his AVG antivirus would not allow him to execute the app because it had a trojan. This is surely the same as reported on this list 4 Sept, see

[PyInstaller] False positive trojan detection

2012-11-21 Thread David Cortesi
I am distributing an app built with pyinstaller and a user reported that his AVG antivirus would not allow him to execute the app because it had a trojan. This is surely the same as reported on this list 4 Sept, see also ticket #619. In investigating this I installed the latest level of Parallels