25 Apr 2018
12:43 AM
- last edited on
01 Sep 2022
03:25 AM
by
MaciejNeumann
we tried to monitor application written in .net by dt saas latest agent.
log for dotnet agent (ruxitagent_<name>_<number>.log) contains messages about obfuscated modules like this:
Module seems to be obfuscated. Skipping instrumentation. (<name of dll>.dll)
are there any options how to retrieve any data in this case ? some manual steps, configuration recommendations ?
Solved! Go to Solution.
Apart from obfuscated assemblies, this message will also appear for assemblies that contain no implementations (only interfaces). It's a little misleading, but in fact, nothing really changes. Interfaces cannot be instrumented.
If you think this is a false-positive, please provide the assembly, then we can take a look.
thanks, we will discuss more details with application architects and post here, if we would need further clarification