Hello,
How to write a exe in another exe, as for the virus.
[b]I do not want to make a virus but only to know if my anti-virus detects it [/b]
Thanks
Write exe in exe as for virus
Re: Write exe in exe as for virus
> How to write a exe in another exe
Use the IncludeBinary command to put the exe inside the PureBasic exe.
http://www.purebasic.com/documentation/ ... ludes.html
Then run the virus-checker on your PureBasic exe to see if it spots it.
Use the IncludeBinary command to put the exe inside the PureBasic exe.
http://www.purebasic.com/documentation/ ... ludes.html
Then run the virus-checker on your PureBasic exe to see if it spots it.


