You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typedefstruct {
unsigned charmagic[8]; /* "\x89OkamiRO" */unsigned intversion; /* Set to 1 */unsigned inttext; /* Size of Text Segment */unsigned introdata; /* Size of Read-Only Segment */unsigned intdata; /* Size of Data Segment */unsigned intbss; /* Size of BSS Segment */unsigned intreloc; /* Size of Relocation Table */unsigned intsym; /* Size of Symbol Table */unsigned intstr; /* Size of String Table */unsigned introBase; /* Base Address of Text and Read-Only segment (only set if object has been relocated) */unsigned intrwBase; /* Base Address of Data and BSS segment (only set if object has been relocated) */unsigned intentry; /* Entrypoint Offset (within Text Segment) */
} OkROHeader;