i'm curious, is it possible to dump Static Library (.lib) and Header file from a DLL?
Actually, i want to use Existing DLL (for Cryptographic operation, such as for AES, DES, MD5) to be integrated with my Main DLL (which developed by C Programming Language)..
Is it possible?
If you don't mind, please help me how to do that..
From the 1st link that you gave, i can dump .lib (static library) successfully..
But i really confused regarding "how to create the header file by myself", since the DLL is actually belongs to my ex-colleague..
Even, I don't know what's the list of parameters that need to be passed to each methods exported..
So, how to solve this problem?..