找回密码
 加入
搜索
查看: 4032|回复: 8

如何获得DLL的函数和调用参数!

  [复制链接]
发表于 2009-5-14 17:42:24 | 显示全部楼层 |阅读模式
Q币酬谢!本人QQ470312128

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?加入

×
发表于 2009-5-14 18:00:59 | 显示全部楼层
等高手回答
发表于 2009-5-14 23:28:02 | 显示全部楼层
DiskStartDriver
FileDiskDllClose
FileDiskDllOpen
FileDiskNew
GetMountDriverInfo
IsDriverInstalled
IsFileDiskInstalled
至于参数 我还不会啊 请高手
发表于 2010-3-21 22:00:18 | 显示全部楼层
我也想知道诶 希望高手分享下
发表于 2010-3-22 10:37:40 | 显示全部楼层
这个我也很想知道...
发表于 2010-3-22 11:21:15 | 显示全部楼层
新手..学习..期待中!!
发表于 2010-3-22 17:44:46 | 显示全部楼层
这个dll中的函数可以查看出来,但是怎么用就不知道了
函数封装成dll就是不想让人轻易知道用法
发表于 2010-3-22 18:11:26 | 显示全部楼层
本帖最后由 lainline 于 2010-3-22 18:22 编辑

IDA  反编译软件  看下函数调用结构 里面可以知道调用参数类型
按F5还可以看下伪代码猜猜各各参数是干什么的
发表于 2010-3-22 18:17:40 | 显示全部楼层
; Exported entry   1. FileDiskDllOpen
; int __stdcall FileDiskDllOpen(int, char *Src, int, int, int, int, int)
public FileDiskDllOpen
FileDiskDllOpen proc near

; Exported entry   2. FileDiskDllClose
public FileDiskDllClose
FileDiskDllClose proc near


; Exported entry   3. GetMountDriverInfo
public GetMountDriverInfo
GetMountDriverInfo proc near

; Exported entry   4. IsFileDiskInstalled
; Attributes: thunk


; Exported entry   6. DiskStartDriver



; int __stdcall DiskStartDriver(LPCSTR lpDisplayName)
public DiskStartDriver
DiskStartDriver proc near


; Exported entry   7. FileDiskNew
public FileDiskNew
FileDiskNew proc near


; BOOL __stdcall DllEntryPoint(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved)
public DllEntryPoint
DllEntryPoint proc near


; BOOL __stdcall DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
_DllMain@12 proc near
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-9-22 10:06 , Processed in 0.084757 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表