Files accessed by the process, C #, deviare

I need to know the files accessed by this (hook) process. What do I expect to achieve using C # and deviare?

Can someone enlighten me?

Thanks in advance:)

+3
source share
1 answer

You can use Deviare examples to intercept code without writing code. There are 2 applications that allow you to intercept any process and view their API calls in the console. The source code for these applications is accessible and easy to use. You have examples in C # and C ++.

0
source

All Articles