Write exe in exe as for virus

Just starting out? Need help? Post your questions and find answers here.
Julien
User
User
Posts: 17
Joined: Fri Apr 25, 2003 6:08 pm
Location: France

Write exe in exe as for virus

Post 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
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Write exe in exe as for virus

Post 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.
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post 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.
ARGENTINA WORLD CHAMPION
Post Reply