文件名称:HDLL
-
所属分类:
- 标签属性:
- 上传时间:2014-04-28
-
文件大小:23.07kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
在VB中,卸载NTDLL杀进程就是这种方法,但请慎重卸载其它DLL,先载入DLL并获取地址,然后Call函数地址,如果映像大小大于0,并且小于1.25G,估计没有那么大的DLL,这是只是为了判断数据是否合法,程序源码及方法仅供参考。以下为Assembly部分:Dim lngIndex As Long, lngCodeStart As Long
程序起始位址必须是16的倍数
VarPtr函数是用来取得变量的地址
lngCodeStart = VarPtr(m_OpCode(0))
m_opIndex = 0 程序开始的元素的位置
--------以下开始放入所需的程序----------
将参数push到堆栈
由于是stdcall CALL 参数由最后一个开始放到堆栈-In VB, uninstall NTDLL kill the process is this way, but please carefully unloaded another DLL, first load the DLL and get the address, then Call function address, if the image size is greater than 0 and less than 1.25G, estimated not so much DLL This is only to determine whether the data is legitimate, program source code and methods for reference only. The following is the Assembly section: Dim lngIndex As Long, lngCodeStart As Long ' program starting address must be a multiple of 16' VarPtr function is used to obtain the address of the variable lngCodeStart = VarPtr (m_OpCode (0)) m_opIndex = 0 ' program begins position of the element ' -------- The following required procedures to start---------- into' push the parameters onto the stack ' because it is stdcall CALL parameters onto the stack by the last start
程序起始位址必须是16的倍数
VarPtr函数是用来取得变量的地址
lngCodeStart = VarPtr(m_OpCode(0))
m_opIndex = 0 程序开始的元素的位置
--------以下开始放入所需的程序----------
将参数push到堆栈
由于是stdcall CALL 参数由最后一个开始放到堆栈-In VB, uninstall NTDLL kill the process is this way, but please carefully unloaded another DLL, first load the DLL and get the address, then Call function address, if the image size is greater than 0 and less than 1.25G, estimated not so much DLL This is only to determine whether the data is legitimate, program source code and methods for reference only. The following is the Assembly section: Dim lngIndex As Long, lngCodeStart As Long ' program starting address must be a multiple of 16' VarPtr function is used to obtain the address of the variable lngCodeStart = VarPtr (m_OpCode (0)) m_opIndex = 0 ' program begins position of the element ' -------- The following required procedures to start---------- into' push the parameters onto the stack ' because it is stdcall CALL parameters onto the stack by the last start
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HDLL/Form1.frm
HDLL/Module1.bas
HDLL/TestFunc.dll
HDLL/工程1.exe
HDLL/工程1.vbp
HDLL/工程1.vbw
HDLL
HDLL/Module1.bas
HDLL/TestFunc.dll
HDLL/工程1.exe
HDLL/工程1.vbp
HDLL/工程1.vbw
HDLL
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.