Click here to Skip to main content
15,860,844 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have a exe file which is compiled by vc. this program compiled a dll as resource. when this program runs, it would load compiled dll source file into memory, then load the dll through "loadlibrary". how could i extract the dll file from exe?
(or maybe hook the exe program's API loadlibrary.)
Posted
Comments
Maciej Los 31-Jul-14 5:51am    
Not sure what you want to achieve...

1 solution

Please, read my comment to the question.

Have a look here: Extract an Embedded EXE or DLL using FileInsight[^]

I strongly recommend to use: ILSpy[^], which is the open-source .NET assembly browser and decompiler.
 
Share this answer
 

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