Log in

View Full Version : DirectX 5


Cenobyte
June 29th, 2005, 12:39
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
June 30th, 2005, 08:11
Try ResHacker

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

PrintScreen key + photoshop/paint

Cenobyte
June 30th, 2005, 08:57
Thank you.
But bitmap is created at runtime.