المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to get software (exe, dll) Version info from a buffer?



C++ Programming
08-31-2011, 06:42 AM
an exe or dll is in memory buffer downloaded from website.

How to get the exe or dll version info from memory buffer directly?
I don't want to save it then retrieve version info from the saved file.

Is it possible? How?