mydll.def
上传用户:nbcables
上传日期:2007-01-11
资源大小:1243k
文件大小:0k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. LIBRARY mydll
  2. ; MyGetProcAddress @2
  3. ; MyLoadLibraryA @3
  4. ; MyLoadLibraryW @4
  5. EXPORTS
  6. GetMyAPIInfo @1
  7. MySHFileOperation   @2
  8. MySHFileOperationA @3
  9. MySHFileOperationW @4