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

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

2022-12-17 22:24
7134

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


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
点赞0
打赏
分享
最新回复 (3)
雪    币: 897
活跃值: (5917)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
Alfik 2022-12-20 20:09
2
0
Debugging Windows Services For Malware Analysis / Reverse Engineering
https://secrary.com/Random/WindowsServiceDebugging/
雪    币: 4069
活跃值: (3047)
能力值: ( LV12,RANK:230 )
在线值:
发帖
回帖
粉丝
scz 5 2022-12-21 09:58
3
1
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"参数。
雪    币: 0
能力值: ( LV1,RANK:0 )
在线值:
发帖
回帖
粉丝
lolo123 2022-12-22 01:56
4
0

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

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