PDA

View Full Version : RE-Sign v0.1 Published


LibX
03-02-2007, 09:38 AM
RE-Sign is a tool to help u re-sign .NET assemblys with your own StrongName key,
and no need todo any manual patching anymore and no need to have sn.exe installed
If u don't have a StrongName keypair file u do need sn.exe to generate one,
but i will include a keypair file generator in the next version.

Check the website for download link + screenshot.

Hope its of any use :)

REgards
LibX

Evilcry
03-03-2007, 04:24 AM
Great work man ;)

Have a nice day!

tig
03-28-2007, 10:14 PM
good job.:D

asus
04-02-2007, 05:10 AM
RE-Sign is a tool to help u re-sign .NET assemblys with your own StrongName key,
and no need todo any manual patching anymore and no need to have sn.exe installed
If u don't have a StrongName keypair file u do need sn.exe to generate one,
but i will include a keypair file generator in the next version.

Check the website for download link + screenshot.

Hope its of any use :)

REgards
LibX

Thanks LibX, but it does not support .Net v2.0 files, do you have plan to improve it?

LibX
04-04-2007, 08:58 AM
Thanks LibX, but it does not support .Net v2.0 files, do you have plan to improve it?

It does support .NET 2.0 files, tested it on CLR 1.0, 1.1, 2.0 and for 3.0 compiled assemblys all working, i think its a problem with your specific file.
Could u mail me a copy please.

Regards
LibX // RETeam

asus
04-04-2007, 11:02 AM
It does support .NET 2.0 files, tested it on CLR 1.0, 1.1, 2.0 and for 3.0 compiled assemblys all working, i think its a problem with your specific file.
Could u mail me a copy please.

Regards
LibX // RETeam

Check your pm pls.

LibX
04-05-2007, 05:51 AM
Hi,

Just checked the DLL's and i know what the problem is.
This DLL's don't have a strong name signature at all and so there is not need to re-sign this dll's at all.
Its also not possible to just inject a strong name without rebuilding the whole .net assembly.
So its not a problem in my tool u just don't have/can resign this since its just not signed :D

Regards,
LibX // RETeam

binary
05-28-2008, 09:44 AM
It would be nice to have a command line of this proggie. Any possibility for the future ??