Skip to content

Commit

Permalink
Merge pull request #150 from RadWolfie/xapi-oovpa-updates-rebase
Browse files Browse the repository at this point in the history
XAPI OOVPA Updates
  • Loading branch information
ergo720 authored Nov 3, 2021
2 parents 18615c0 + 027d261 commit 86c3948
Show file tree
Hide file tree
Showing 11 changed files with 1,300 additions and 507 deletions.
27 changes: 26 additions & 1 deletion include/libXbSymbolDatabase.h
Original file line number Diff line number Diff line change
Expand Up @@ -786,12 +786,37 @@ typedef enum _XRefDatabaseOffset {
// XAPI
// derive
XREF_g_DeviceType_MU,
XREF_g_XapiCurrentTopLevelFilter,
XREF_g_XapiMountedMUs,

// Variables
XREF_XAPI__tls_array, // initially set to XREF_ADDR_DERIVE
XREF_XAPI__tls_index, // initially set to XREF_ADDR_DERIVE
// Offsets
XREF_OFFSET_XapiCurrentFiber, // initially set to XREF_ADDR_DERIVE
XREF_OFFSET_XapiLastErrorCode, // initially set to XREF_ADDR_DERIVE
XREF_OFFSET_XapiThreadFiberData, // initially set to XREF_ADDR_DERIVE
// Functions
XREF_IUsbInit_GetMaxDeviceTypeCount,
XREF_MU_Init,
XREF_XAPI__cinit,
XREF_XAPI__rtinit,
XREF_XAPI_mainXapiStartup,
XREF_XAPI_CreateThread,
XREF_XAPI_GetLastError,
XREF_XAPI_GetTypeInformation,
XREF_XAPI_OutputDebugStringA,
XREF_XAPI_SetLastError,
XREF_XAPI_UnhandledExceptionFilter,
XREF_XapiBootToDash,
XREF_XapiCallThreadNotifyRoutines,
XREF_XapiFormatObjectAttributes,
XREF_XapiMapLetterToDirectory,
XREF_XapiSelectCachePartition,
XREF_XapiSetLastNTError,
XREF_XapiThreadNotifyRoutineList, // initially set to XREF_ADDR_DERIVE
XREF_XapiThreadStartup,
XREF_XGetSectionSize, // initially set to XREF_ADDR_DERIVE
XREF_XLaunchNewImageA,
XREF_XUnmountAlternateTitleA,

// JVS
Expand Down
Loading

0 comments on commit 86c3948

Please sign in to comment.