-
-
[求助]如何使用PIN实现对svchost进程的插装
-
发表于:
2014-4-21 22:36
7928
-
[求助]如何使用PIN实现对svchost进程的插装
PIN TOOL是基于PIN的插件(windows下就是DLL),一般依靠如下命令
pin -t pintool.dll -- target.exe
启动一个目标程序的进程 进而实现对目标程序的监控或分析
或是,通过如下命令,对已运行进程进行监控
pin -pid 1234 -t <PinTool.dll全路径>
用pin提供的incount0.dll,执行pin -pid <svchost.exe的进程号> -t <inscount.dll完整路径>
报错,如下所示:
E: Attach to pid 1108 failed: input/output error
E: system error 0x5, OpenProcess 乱码
所以,问题就来了,如何用pin监控svchost进程?或者,如果用其他DBI平台实现对svchost进程的指令插装呢?
[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)