Click here to Skip to main content
15,896,481 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do I Open a dll file and extract its contents? John
Posted
Comments
CPallini 10-Nov-10 12:26pm    
Generally speaking you haven't such an option. What do you really intend to do?

1 solution

Well, if you merely want to open a dll file, simply read it into a byte buffer as a binary file. It's a completely different matter if you want to try and parse it into a meaningful structure. It depends on various factors including but not limited to whether this is a native dll, is it 32 bit or 64 bit, is it a managed dll, is it a mixed-mode dll, is it a resource dll, is it a non-standard dll, etc.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900