I want to replace one line of code in 3d party API with my own code.
I mean this is questionable practice but I need to fix their bug.
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.
Not condoning disassembling the code of third party or commercial software, but there is a way which can work.
If you use Reflector with the Reflexil plugin you can both remove strong name signing, and inject/change code in an assembly.