Jump to content

Featured Replies

Posted
I saw someone who posted a virus wrapper a while back, for C++... anyone have some code that writes a registry key, copies the exe to the windows folder and then runs it every time on start up? I need it for... uh... educational purposes :rolleyes:

i had the source to a code that did that. i dont have it anymore but if you wont somehting on the b00t list then you use this

 

Reg Key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\

 

Reg Type:

REG_SZ

 

Value:

The address to thre program you want to open on b00t ie "C:\sporke"

 

if you desire to have the program only boot on the 1 user and not the other users then instead of HKEY_LOCAL_MACHINE use HKEY_CURRENT_USER

Guest
This topic is now closed to further replies.