Hi,
In .NET you can sign your assemblies with a signature. This signature is checked when loading/starting the application. Does our bytecode instrumentation interfere with this system? Is the signature check done before or after the bytecode instrumentation?
Chris
Answer by Andreas G. ·
Hi Chris
Our instrumentation does not interfere with signed code. We are leveraging official Microsoft interfaces to intercept assembly loading and are therefore able to also instrument signed code.
Andi
JANUARY 15, 3:00 PM GMT / 10:00 AM ET