MSCoffObjModule

struct MSCoffObjModule {
ubyte* base;
uint length;
uint offset;
ushort index;
const(char)[] name;
int name_offset;
long file_time;
uint user_id;
uint group_id;
uint file_mode;
int scan;
}

Meta