Skip to content
/ ASNR Public

Auto StrongName Remover/Resigner - a simple tool to remove/replace assemblies' strong name.

License

Notifications You must be signed in to change notification settings

UlyssesWu/ASNR

Repository files navigation

Auto StrongName Remover / Resigner

by Ulysses


A simple tool to remove/resign assemblies' strong name (public key & public key token) automatically.

It not only removes the strong name information in the target assembly (AssemblyDef), but also tracks and removes tokens for all relevant assemblies (AssemblyRef), BAMLs (AssemblyInfo), and CustomAttributes (Currently support InternalsVisibleToAttribute).

By this way, the StrongName is completely removed from all assemblies (maybe). Mixed assemblies are supported (thanks to dnlib).

Usage:

asnr.exe <filename(main assembly)> [/r <.snk file path>]

Thanks

ASNR uses dnlib (by 0xd4d , LICENSE: MIT)

and BAML code is from ConfuserEx (by yck1509 , LICENSE: MIT)

License

MIT


by Ulysses , [email protected]

About

Auto StrongName Remover/Resigner - a simple tool to remove/replace assemblies' strong name.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages