|
issue with .NET strong name remove
Hi,
I have hard time with a target that is writen in .NET it's a big application with alot of DLLs and i have manually done the strong name removing by using the reflexil plugin of reflector.
I have also used "nt core" SNSRemover on one of the executables of the target.
After that i have removed the signatured files, when i try to run the executable it crashes, and i get that it can't find some of the dll of the application. those DLL are within folders that are not in the same level of dir with the executable file.
but if i copy all the dll files to the same dir of the executable then the file run normaly.
does anyone knows why removing the public RSA keys will inpact the path of where to find the refrence files ?
Regards,
Labba.
|