0

I'm looking for some external library which will allow me to attach to some other running process.
I actually want to detect all the API Functions that the process is using. I can do it through Python (with the module PyDbg), but I want to do this task in C#. Is there any library that can do this work? I will be glad to hear about some libraries which can do this.

Thank you.

Aviv
  • 456
  • 1
  • 7
  • 16

1 Answers1

0

No. You should be looking to use a lower level language to do this.

aevitas
  • 3,753
  • 2
  • 28
  • 39