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

Create documentation for dnpatch

enhancement

A few function names can be misleading such as Write()

enhancement

Fix my spelling mistakes everywhere...

enhancement
help wanted

Create a helper to convert C# code to IL via Roslyn.

enhancement

Create the documentation for all public methods.

enhancement

Currently building jump instructions is a bit annoying since you have to initialize them outside the instruction array. It becomes worse when you need to change it later. I would...

enhancement

Autodetect the namespace if there is only one or atleast only one that is application specific.

enhancement

FindMethod does not always return the correct method.

bug