Log in

View Full Version : Tool for removing strong name signatures from .NET assemblies


dELTA
September 6th, 2005, 04:42
I just found this little helpful util, for speeding up things when patching .NET programs with strong name signatures:

SNRemove:
http://www.nirsoft.net/dot_net_tools/strong_name_remove.html

Xybyre
October 5th, 2005, 12:20
Thanks! I'm reversing my first .NET target now, and happened to stumble upon your tool. I ran it, and sure enough, most of the files were signed. This tool will save me quite a bit of effort, for sure!

Thanks again,
Xybyre