PDA

View Full Version : Getting XBE HEader Info


shadow_tj
November 12th, 2003, 18:13
does annyone know how to get the Xbe header Info ?
Caustik has a prefect description of the xbe file structure..
but is are xbe Files header information Normal Pe headers ?

and when searcing the addresses for the library versions..
the addresses has no information about the versions..

so my question how to get the Library version from a xbe file ?
do i first need to find the position of the starting of the pe header and then look for the library addresses ??

greetz,
Shadow_tj

PentiumPro
November 13th, 2003, 18:22
Open the xbe with notepad for xdk version...

For real information use cxbx's xbe info dump.

caustik
November 13th, 2003, 21:27
are you talking about programmatically grabbing the xbe header? if you just want a program to get the info for you, use cxbx's xbe dump

PentiumPro
November 15th, 2003, 00:43
Woah, I was right.