Code Monkey home page Code Monkey logo

dotnetuniversalpatcher's Introduction

DotNet Universal Patcher GitHub GitHub All Releases

A .NET Patcher written in C# that implements the dnlib and dnpatch libraries.

How to Create Your Own DNUP Script?

How to Create Your Own Script on DotNet Universal Patcher?

Download

You can download the latest release from release page

Download DotNet Universal Patcher Helper (dnSpy Extension)

You can download the dnSpy Extension from here

Credits

Special Thanks

License

DotNet Universal Patcher is licensed under the MIT License - see the LICENSE file for details.

dotnetuniversalpatcher's People

Contributors

andywu188 avatar dependabot[bot] avatar mobile46 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dotnetuniversalpatcher's Issues

Ability to copy & paste instructions from dnSpy

Would be awesome to have a parser for a list of instructions copied from dnSpy.
Current version of your patcher is great for patching small segments of code, but it really sucks when you have >50 instructions and you have to recreate them in the patcher. Would be better to have a "From clipboard" button inside the script editor.
Copy as text in dnSpy returns a string like this:

8	001D	stloc.0
9	001E	ldloca.s	V_0 (0)
10	0020	constrained.	[mscorlib]System.Guid
11	0026	callvirt	instance string [mscorlib]System.Object::ToString()

We have both indices and instructions. The only problem is to create a better type resolver or just remove stuff like "instance", "class" and replace types like "string" with "System.String" temporarly.

Hello

Great job!
I want to does this tool working on protected exe?
Something like protected by ConfuserEx.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.