Skip to content
/ cdc Public

c# decompiler & customizer; c# modding/patching library designed for making modifications to decompiled source code

Notifications You must be signed in to change notification settings

reaganism/cdc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cdc

c# decompiler & customizer; c# modding/patching library designed for making modifications to decompiled source code


cdc is a library for modifying in-production .NET applications by decompiling IL to raw C# source code (through ICSharpCode.Decompiler [ILSpy]) and publishing patches by diffing your modifications against the original source code. It is designed such that any consumers can reproducibly obtain an identical copy of the decompiled source code so that patches may be applied consistently.

About

c# decompiler & customizer; c# modding/patching library designed for making modifications to decompiled source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages