|
RemoveUnused
RemoveUnused:
will remove types, methods fields from a .NET assembly; it can remove nop instructions and seal classes.
It uses mono cecil library.
https://www.nuget.org/packages/mono.cecil/
Mono.Cecil 0.11.6
Last edited by CodeCracker; 06-18-2026 at 05:36.
|