Skip to content

Commit

Permalink
fix: NtStartupDirector CNFE on NT 4354
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Jul 29, 2023
1 parent 81a8997 commit 02521b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/io/github/qauxv/util/Initiator.java
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ public static Class<?> _NtStartupDirector() {
}
String[] candidates = new String[]{
"com.tencent.mobileqq.startup.director.a",
"com.tencent.mobileqq.h3.a.a",
"com.tencent.mobileqq.g3.a.a"
};
for (String candidate : candidates) {
Expand Down

0 comments on commit 02521b8

Please sign in to comment.