Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Update offsets.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
andisheegold authored and Andrew Strelsky committed Sep 21, 2023
1 parent 69f328f commit 0a2b83d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions libhijacker/source/offsets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ size_t qa_flags() {
case V320:
case V321:
return 0x6466498;
case V400:
return 0x6506498;
case V402:
return 0x6505498;
case V400:
case V403:
case V450:
case V451:
Expand All @@ -102,9 +103,10 @@ size_t utoken_flags() {
case V320:
case V321:
return 0x6466500;
case V400:
return 0x6506500;
case V402:
return 0x6505500;
case V400:
case V403:
case V450:
case V451:
Expand All @@ -121,9 +123,10 @@ size_t root_vnode() {
case V320:
case V321:
return 0x67AB4C0;
case V400:
return 0x66E74C0;
case V402:
return 0x66E64C0;
case V400:
case V403:
case V450:
case V451:
Expand Down

0 comments on commit 0a2b83d

Please sign in to comment.