We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec914d commit 24cefeaCopy full SHA for 24cefea
1 file changed
app/src/main/java/com/wmods/wppenhacer/xposed/core/devkit/Unobfuscator.java
@@ -1983,25 +1983,12 @@ public static Class<?> loadRefreshStatusClass(ClassLoader classLoader) throws Ex
1983
continue;
1984
return methods.get(0).getClassInstance(classLoader);
1985
}
1986
+
1987
// Let's look for forcibly on WhatsApp Web (very boring this)
1988
var opcodes = List.of(
- "invoke-static",
1989
- "move-result",
1990
- "if-eqz",
1991
- "iget-object",
1992
1993
- "move-result-object",
1994
- "check-cast",
1995
"invoke-virtual",
1996
"move-result",
1997
- "xor-int/lit8",
1998
1999
2000
- "return",
2001
- "const/4",
2002
- "goto",
2003
2004
- "return"
+ "xor-int/lit8"
2005
);
2006
2007
var constant = 0x3684;
0 commit comments