Skip to content

Instantly share code, notes, and snippets.

@olliencc

olliencc/CITDP.h Secret

Created April 12, 2022 13:45
Show Gist options
  • Select an option

  • Save olliencc/e35009174c3325eb21aab98be75146d7 to your computer and use it in GitHub Desktop.

Select an option

Save olliencc/e35009174c3325eb21aab98be75146d7 to your computer and use it in GitHub Desktop.
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