Hello,
I'm looking for a way of instrumenting a binary with my own functions. Basically, insert a call to a function before each method in the binary file.
- Is it possible to do this with VSInstr.exe or another instrumentation tool for .NET?
- If 1 is not possible: how can I implement my instrumentation tool? Are there any open source tools to use as starting point?
Regards, Victor