PDA

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


dELTA
09-06-2005, 05:42 AM
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
10-05-2005, 01:20 PM
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