8

I created a simple pin tool that dumps any win32 CreateFileW calls. It works fine, but when i try to attach it to an already running process, the process simply terminates. Tried with several applications (notepad, wordpad, internet explorer), same result. This is the command i use:

.\pin -pid 8804 -t dumpfile.dll

I got a tip to try and turn off multi-threading like this:

.\pin -mt 0 -pid 8804 -t dumpfile.dll

but it did not help. Also tried with another, out of the box pintool, didn't work either, so the problem is not in my pintool. Any ideas?

Thanks in advance!

4

1 に答える 1

10

さて、今日、この問題をもう一度調査する時間がありました。cmd から起動したコンソール アプリケーションでテストし、シャットダウンする前に実際にエラー メッセージをダンプしました。.dll (ピン ツール) が見つかりませんでした...

したがって、pin を実行するときは、実際には pin ツールへのフル パス、またはインストルメント化されたバイナリの場所への相対パスを指定する必要があります。

于 2012-12-19T17:45:05.310 に答える