I’ve got a .Net dll that misses a line of code. I would like to patch that DLL, but I don’t have the source code. How would I go about? Does anyone know a quick way of patching something like this?
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.
With the Reflexil plugin for Reflector, modifying a small part of a DLL is quick and easy. I’ve used this on a handful of occasions to change a line or two in a deployed dll, usually to disable some behavior that’s the result of a condition (and no, not cracking an app, legitimate uses on our own code to avoid the weight of a full deploy).