View Single Post
  #1  
Old 03-28-2011, 15:36
LaBBa LaBBa is offline
VIP
 
Join Date: Jul 2003
Posts: 150
Rept. Given: 0
Rept. Rcvd 16 Times in 4 Posts
Thanks Given: 0
Thanks Rcvd at 11 Times in 11 Posts
LaBBa Reputation: 16
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.
Reply With Quote