|
发表于 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 |
|