dnpatch icon indicating copy to clipboard operation
dnpatch copied to clipboard

.NET Patcher library using dnlib

Results 18 dnpatch issues
Sort by recently updated
recently updated
newest added

Hello i found a bug in PatchHelper.GetInstructions its suposed to return Instruction[] and anyway no matter how hard i tried it was always returnign me an exception that i cannot...

Added so targets can now be inserted while patching. To insert instructions you have to follow a similar path of replacing them at a given index: 1. Add `Instruction(s)` to...

Hi. Does it possible to add some dependencies to the class using this library? Bartek

FindMethod contains a lot of LINQ code.

enhancement

Hi, Excuse me, how to patch some variables? best wishes by Steven

I'm currently not sure if I should use the custom type InstructionSet which wraps the Instructions and indices. Ideas/Recommendations/Thoughts are appreciated! See: https://github.com/ioncodes/dnpatch/blob/v1/dnpatch/Types/InstructionSet.cs#L6

question

When i debug the app with dnspy, some dll files are available in modules window of dnspy. How can i extract these dll files from App assembly using dnpatch or...

Makes finding private obfuscated methods in an Assembly with ongoing releases easier. In my case I most often know which class I need to patch so there is no need...

enhancement

Make dnpatch.script compatible with v1

enhancement

Make dnpatch.deobfuscation compatible with v1

enhancement