首页
社区
课程
招聘
[求助]Win11下如何调试服务
发表于: 2022-12-17 22:24 7758

[求助]Win11下如何调试服务

2022-12-17 22:24
7758

按照通常的调试服务办法设置了Image File Execution Options,也启用了允许与桌面交互,windbg的窗口就是出不来。Win11下有新的调试服务的办法吗?


[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 897
活跃值: (5916)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
Debugging Windows Services For Malware Analysis / Reverse Engineering
https://secrary.com/Random/WindowsServiceDebugging/
2022-12-20 20:09
0
雪    币: 4802
活跃值: (3797)
能力值: ( LV12,RANK:230 )
在线值:
发帖
回帖
粉丝
3
windbg帮助(debugger.chm)

Debugging Techniques
  Specialized Debugging Techniques
    Debugging a Service Application
      Choosing the Best Method
      Preparing to Debug the Service Application

Debugger Operation
  Remote Debugging
    Remote Debugging Through the Debugger
      Activating a Debugging Server
      Activating a Debugging Client
      Controlling a Remote Debugging Session

官方文档是最好的,你可能没有完整地看上面这几段内容。就算用IFEO,为了调试服务启动阶段,需要用到"Debugging Server",这是个严格术语,对应"-server"参数。
2022-12-21 09:58
1
雪    币: 0
能力值: ( LV1,RANK:0 )
在线值:
发帖
回帖
粉丝
4

好的,明白了,非常感谢两位大大的详细解释

最后于 2022-12-22 01:58 被lolo123编辑 ,原因:
2022-12-22 01:56
0
游客
登录 | 注册 方可回帖
返回
//