mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-04-07 04:50:23 +03:00
Delink/begin decompiling entry point
That is, xapi0.obj, which has been renamed from crt0.obj because it appears to be part of the Xbox libraries rather than the C runtime.
This commit is contained in:
parent
9b6c91a12e
commit
9cfd8b5bf3
7 changed files with 103 additions and 41 deletions
|
|
@ -25,7 +25,7 @@ typedef __int64 LONGLONG;
|
|||
|
||||
typedef unsigned char BYTE;
|
||||
typedef unsigned short WORD;
|
||||
typedef unsigned long DWORD;
|
||||
typedef unsigned long DWORD, * PDWORD;
|
||||
|
||||
typedef void VOID;
|
||||
typedef void * LPVOID;
|
||||
|
|
@ -45,6 +45,8 @@ union LARGE_INTEGER {
|
|||
LONGLONG QuadPart;
|
||||
};
|
||||
|
||||
typedef void * HANDLE;
|
||||
|
||||
// Return codes
|
||||
typedef long HRESULT;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue