Posted August 15, 20241 yr Hello everyone! I am patching a file by DnSPY, so here is what I did: 1. Open file with DnSpy 2. Search for the function I want to patch 3. Patch the function by changing the first IL opcode to "ret" 4. Enable the "Keep old maxstack" checkbox 5. Save the new file But the problem is that, this software usually has a new update, and everytime it updates, I have to re-patch again which is time-consuming. So do you guys know any library/method that can help me automate this process? Any help will be appreciated.
August 15, 20241 yr You could give it a try to some .net patching library, eg Harmony (there are more)
August 15, 20241 yr Author 1 hour ago, jackyjask said: You could give it a try to some .net patching library, eg Harmony (there are more) Thanks for the suggestion. If you know anymore please tell me, I will try them all
August 15, 20241 yr 1) download from releases the application by @Mobile46 github.com/mobile46/DotNetUniversalPatcher 2) you can develop a .net application with dnlib github.com/Mrakovic-ORG/NetLimiter_Patcher github.com/Mrakovic-ORG/TablePlus_Patcher
August 15, 20241 yr Author 7 hours ago, whoknows said: 1) download from releases the application by @Mobile46 github.com/mobile46/DotNetUniversalPatcher 2) you can develop a .net application with dnlib github.com/Mrakovic-ORG/NetLimiter_Patcher github.com/Mrakovic-ORG/TablePlus_Patcher Thank you! The first one is what I need. Also I think dnlib is great, I will try it in the future
Create an account or sign in to comment