readme.txt
来自「A Windows CE API Inecptor Tools」· 文本 代码 · 共 11 行
TXT
11 行
Directory CeApiSpy contains sources of CE API Spy.
This sample Spy is monitoring CreateFile, CreateProcess and LoadLibrary API calls.
Directory MissingDllSample contains a trivial sample of
and application and DLL.
To test Spy, build Spy and MissingDll projects and copy CeApiSpy.exe,
CeApiSpyDll.dll and MissingDllApp.exe to the device (don't copy MissingDll.dll).
Then start CeApiSpy.exe and invoke Start command, then start MissingDllApp.exe.
The application should fail to start because of missing DLL.
The Spy should display traces of failed CreateFile call.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?