Accessing private assembly from shared assembly

U

utanka

Hi,
I have a private assembly from a third party vendor which is not signed
with a strong name and for which i dont have the source code. So can I:
a. access that assembly from a shared assembly(may be by using
reflection)?
b. Can i somehow assign a strong name to that assembly without having
its code?
Suggestions eagerly solicited..
 
V

Vadym Stetsyak

Hello, utanka!

u> Hi,
u> I have a private assembly from a third party vendor which is not signed
u> with a strong name and for which i dont have the source code. So can I:
u> a. access that assembly from a shared assembly(may be by using
u> reflection)?

Yes, you can access that assembly and even load it, if you will provide valid path to it.

u> b. Can i somehow assign a strong name to that assembly without having
u> its code?

IMO it will be a hack and security hole, but it is possible ::cool:

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top