Page 1 of 1

Write exe in exe as for virus

Posted: Fri Apr 25, 2003 7:54 pm
by Julien
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

Re: Write exe in exe as for virus

Posted: Fri Apr 25, 2003 7:56 pm
by PB
> 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.

Posted: Fri Apr 25, 2003 8:07 pm
by ricardo
The other way is to 'infect' an existent executable, hidding your executable inside other one... but i dont know how to do it.