PDA

View Full Version : DirectX 5


Cenobyte
06-29-2005, 01:39 PM
Hi,

I'm asking if there's a way to see directX 5 calls or GDI structures from an exe without debugging informations.
I'm trying to extract a bitmap from a game.
Bitmap data are on separeted files, but are without headers.
Header ( I hope ) is created at run-time, but I cannot see it!

Any suggestion ?
Thanks.

xcracx
06-30-2005, 09:11 AM
Try ResHacker

you might find your bitmap and btw.. you can just use

PrintScreen key + photoshop/paint

Cenobyte
06-30-2005, 09:57 AM
Thank you.
But bitmap is created at runtime.