1

My requirement is to run Intel PIN tool for specified amount of time lets say around 1 minute and then terminate. For example: I want to run notepad.exe for 1 minute under PIN. After 1 minute do post processing and close the log files properly and terminate notepad.exe using PINTool.

Naveen TG
  • 11
  • 2

1 Answers1

2

Use PIN_ExitApplication() to achieve this. You can perform post processing in the Fini callback.

nitzanms
  • 1,786
  • 12
  • 35