Log in

View Full Version : issue with .NET strong name remove


LaBBa
March 22nd, 2011, 18:19
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.

the problem is that reflexil only remove the dll RSA pub key but in the .net directory there is also tables of AssemblyRef and it try to load refence DLLs with a wanted RSA pub key that doesn't exist anymore..
is there a way to remove all automaticly including the ref library ?

LaBBa
March 23rd, 2011, 07:03
Hi,
I have used reflexil and also "nt core" SNSRemover on one of the executables of the target. After that when i try to run the files 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 ?