Skip to content

UlyssesWu/ASNR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 , wdwxy12345@gmail.com

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages