fspykd.def
来自「winddk src目录下的文件系统驱动源码压缩!」· DEF 代码 · 共 37 行
DEF
37 行
;--------------------------------------------------------------------
;
; when modifying this file please be aware that the exports are
; organized so that maintanence is as easy as possible. put your
; extension in the correct section and in alphabetical order. also,
; remember to update the other def files in the parallell directories
; to contain your new extension. all extension names must be in
; lower case!
;
;--------------------------------------------------------------------
NAME FSPYKD.DLL
EXPORTS
;--------------------------------------------------------------------
;
; These are the filespy debugger extensions exported by this dll
;
;--------------------------------------------------------------------
attachments
devext
filenames
help
;--------------------------------------------------------------------
;
; these are the extension service functions provided for the debugger
;
;--------------------------------------------------------------------
CheckVersion
WinDbgExtensionDllInit
ExtensionApiVersion
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?