-
-
Save olliencc/e35009174c3325eb21aab98be75146d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| typedef struct _CIT_DP_MEMOIZATION_ENTRY { | |
| DWORD Unk0; | |
| DWORD Unk1; | |
| DWORD Unk2; | |
| } CIT_DP_MEMOIZATION_ENTRY; | |
| typedef struct _CIT_DP_MEMOIZATION_CONTEXT { | |
| _CIT_DP_MEMOIZATION_ENTRY Entries[12]; | |
| } CIT_DP_MEMOIZATION_CONTEXT; | |
| typedef struct _CIT_DP_DATA { | |
| WORD Version; | |
| WORD Size; | |
| WORD LogCount; | |
| WORD CrashCount; | |
| DWORD SessionCount; | |
| DWORD UpdateKey; | |
| QWORD _Unk0; | |
| FILETIME _UnkTime; | |
| FILETIME LogTimeStart; | |
| DWORD ForegroundDurations[11]; | |
| DWORD _Unk1; | |
| _CIT_DP_MEMOIZATION_CONTEXT MemoizationContext; | |
| } CIT_DP_DATA; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment