如何使用 Visual Studio 2008 附加到在 Windows Mobile 6.53 中运行的 DLL?
如何使用 Visual Studio 2008 附加到在 Windows Mobile 6.53 中运行的 DLL? 或者如何使用 VS 2008 调试在 Windows Mobile 6.53 中运行的本地身份验证插件 DLL? 我正在尝试调试 C:\Program Files\Windows Mobile 6 SDK\Samples\PocketPC\CPP\win32\LAP 中提供的示例 LAP(本地身份验证插件) 签署 lap dll 并将其复制到设备上的 \windows。 通过 USB 电缆和 Active Sync 连接到 Windows Mobile 6.53 设备。 如何在调试器中运行它?我尝试从 VS 调试器中“附加到进程”,但不确定哪个进程包含 LAP。
How to use Visual Studio 2008 to attach to a DLL running in Windows Mobile 6.53?
OR How to debug a Local Authentication Plugin DLL running in Windows Mobile 6.53 using VS 2008?
I am trying to debug the sample LAP (Local Authentication Plugin), provided in C:\Program Files\Windows Mobile 6 SDK\Samples\PocketPC\CPP\win32\LAP
Signed and copied the lap dll to \windows on the device.
Connected to Windows Mobile 6.53 device via usb cable and Active Sync.
How do I run it in the debugger? I try 'Attach To Process' from the VS debugger but am unsure which process contains the LAP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“附加到进程”是正确的做法,但您确实需要知道哪个进程正在加载您的 dll。如果您的 dll 是 Windows CE 服务,那么您可以尝试附加到进程 服务.exe
'Attach To Process' is the right thing to do, but you do need to know which process is loading your dll. If your dll is a Windows CE Service, then you could try attaching to the process Services.exe