Forum Discussion

Rakeshyadav09's avatar
Rakeshyadav09
Occasional Contributor
4 years ago
Solved

Calling function from .NET Assembly - Query

I used the Sys.Process("MyProcessName").AppDomain("AppDomainName").dotNET.namespace.class.subclass.method(parameters) method to call a function from a dll. This is working fine if the dll is not obfu...
  • AlexKaras's avatar
    4 years ago

    Hi,

     

    the function is a public static function so it should be accessed even after the obfuscation.

    This depends on the obfuscator's settings. Can you double check with obfuscator's log or some assembly analysis tool that required namespace, class, subclass and method still has their original names?

    Can you post here the relevant messages from the test log that are posted when test code calls the method from the obfuscated assembly?