.XBE File Format
@xbox
Published in
xbox
· 8 months ago
... ************************** // * class : xbe // ****************************************************************** class xbe { public: #pragma pack(1) struct header { uint32 m_magic; // magic number [should be "XBEH"] uint08 m_digsig[256]; // digital signature uint32 m_base; // base address uint32 m_sizeof_headers; // size of headers uint32 m_sizeof_image; // size of image uint32 m_sizeof_image_header; // size of image header uint32 m_timedate; // timedate stamp uint32 m_certificate_addr; // certificate address uint32 m_sections; // number of sections uint32 m_sec ...