-
-
[旧帖] [求助]如何使用GetProcAddress查找动态库中此类函数 0.00雪花
-
发表于: 2008-8-18 15:26 3505
-
有个动态库 test.dll,
里面有个倒出函数为test.MyThread::GetAttributes,
我需要使用GetProcAddress来获得后面的MyThread::GetAttributes函数地址。但使用GetProcAddress后一直取得的不正确。
请问上面的MyThread::GetAttributes该如何把参数放到GetprocAddress中?
我用的是
.data
DllName db "test.dll",0
ApiName db "MyThread::GetAttributes",0
invoke GetModuleHandle,addr DllName ;运行到这里是正确的
invoke GetProcAddress,eax,addr ApiName ;这里取不到正确的函数地址,估计是NAME错误
里面有个倒出函数为test.MyThread::GetAttributes,
我需要使用GetProcAddress来获得后面的MyThread::GetAttributes函数地址。但使用GetProcAddress后一直取得的不正确。
请问上面的MyThread::GetAttributes该如何把参数放到GetprocAddress中?
我用的是
.data
DllName db "test.dll",0
ApiName db "MyThread::GetAttributes",0
invoke GetModuleHandle,addr DllName ;运行到这里是正确的
invoke GetProcAddress,eax,addr ApiName ;这里取不到正确的函数地址,估计是NAME错误
[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)
赞赏
他的文章
- 请教VB函数vbaR8IntI4的问题 3089
- 如何获取其他进程list控件中的文本 5998
- [求助]如何使用GetProcAddress查找动态库中此类函数 3506
- [求助]问过汇编除法问题 5245
- [讨论]钩子DLL中无法调用定时器Settimer 7220
看原图
赞赏
雪币:
留言: