文件名称:vbdllzhuru
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2014-05-09
- 文件大小:
- 198kb
- 下载次数:
- 0次
- 提 供 者:
- ipu***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
VB DLL注入后子类化指定窗口,双击想放进托盘的窗口名,然后那个窗口以后最小化都会放进托盘里(仅限本次运行,下次运行会失效),打开了内存进行读写操作,在目标程序的内存分配一段空间用来写注入机器码,输出汇编代码,返回机器码,调用函数增加一个窗口,恢复EAX,有时候文件还没写完就到了这里,所以判断一下文件长度是否正常,如果不正常倒回重新等待一下-VB DLL injection after subclass of the specified window, double-click the window name want to put in the tray, and then after that window will be minimized into a tray (only the second run, the next run will fail), opened the memory read and write operation, the memory allocated some space on the target machine code injection procedures used to write the output assembly code, return to machine code, call the function to add a window to restore EAX, sometimes the file has not finished on here, and so determine what file length is normal, if not normal fall back again to wait about
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VB DLL注入后子类化指定窗口\API.bas
..........................\Code.ASM
..........................\CODE.BIN
..........................\Hello.HTA
..........................\.ookMessage\HookMessage.Asm
..........................\...........\HookMessage.Def
..........................\...........\HookMessage.dll
..........................\...........\HookMessage.Inc
..........................\...........\HookMessage.rap
..........................\...........\HookMessage.Rc
..........................\...........\测试程序\测试.frm
..........................\...........\........\测试.frx
..........................\...........\........\测试程序.vbp
..........................\...........\........\窗口2.frm
..........................\...........\........\窗口2.frx
..........................\HookMessage.dll
..........................\MAKE.BAT
..........................\MSSCCPRJ.SCC
..........................\NASM.EXE
..........................\从窗口句柄取图标\hWndInIcon.frm
..........................\................\从窗口句柄取得图标.exe
..........................\................\从窗口句柄取得图标.vbp
..........................\................\取得窗口图标.bas
..........................\任务栏图标\任务栏图标.vbp
..........................\..........\图标.frm
..........................\..........\图标.frx
..........................\..........\窗口状态控制.bas
..........................\取得窗口图标.bas
..........................\最小化到托盘.frm
..........................\最小化到托盘.frx
..........................\最小化到系统托盘.vbp
..........................\最小化到系统托盘.vbw
..........................\测试程序\测试.frm
..........................\........\测试.frx
..........................\........\测试程序.vbp
..........................\........\窗口2.frm
..........................\........\窗口2.frx
..........................\窗口状态控制.bas
..........................\HookMessage\测试程序
..........................\HookMessage
..........................\从窗口句柄取图标
..........................\任务栏图标
..........................\测试程序
VB DLL注入后子类化指定窗口