Skip to content

Copies an assembly to a new assembly that only contains the types and members without including any of the original IL code

License

Notifications You must be signed in to change notification settings

Jump-King-Modding-Platform/AssemblyReflector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssemblyReflector

Copies a .net framework assembly to a new assembly that only contains the types and members without including any of the original IL code. Probably not compatible with .net core or .net 5.0

Commandline arguments

-i, --input     Required. Path to input assembly.

-o, --output    Required. Path to output file or directory.

-f, --force     (Default: false) If set then output files will be overwritten if they exist.

About

Copies an assembly to a new assembly that only contains the types and members without including any of the original IL code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages