I have a dll, which is the important part of my program. I’ve obfuscated it, but how can I call methods from it? Before this I called them by name (string).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Obfuscation doesn’t change the public method names. You should just be able to use it as normal.
What do you mean you called them by name(string)? String’s shouldn’t have anything to do with calling methods.