-1

We have an application which will get the messages from the device level . Now we want to create a tool which can track the messages which are posted to the original application

Is there any way we can develop as similar to spy++ . I have searched for spy++ sdk but didnt find anywhere

krish
  • 95
  • 7

1 Answers1

0

Usually apps communicates with device drivers using CreateFile and DeviceIoControl. Try hooking them.

Mauro H. Leggieri
  • 1,084
  • 11
  • 25