Skip to content

Splamy/ILPatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ILPatcher

Creating patches for C# and VB binarys on IL level

The Idea

Modifying DotNet *.dll and *.exe IL-Instructions with most Editors is unhandy and has to be done everytime the target file gets an update.
Aim of the ILPatcher is to create patches for IL-Instructions, so the same patch routines can be executed each time on an updated file.
Furthermore I wanted to create a fast, easy to use, powerful interface for easier work with IL Instructions.

Features

  • (Working) Patchtypes
  • ILMethodFixed: Patches one specific Method
  • MethodCreator: Creates a new Method and uses another PatchAction to fill it
  • Using more PatchActions as Plug-In (atm only works by adding a PatchAction to the source)

Status

master testbranch
Build Status Build Status

The fantastic libraries I use

About

Creating patches for C# and VB binarys on IL level

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages