File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
app/src/main/java/com/wmods/wppenhacer/xposed/core/devkit Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -1983,25 +1983,12 @@ public static Class<?> loadRefreshStatusClass(ClassLoader classLoader) throws Ex
1983
1983
continue ;
1984
1984
return methods .get (0 ).getClassInstance (classLoader );
1985
1985
}
1986
+
1986
1987
// Let's look for forcibly on WhatsApp Web (very boring this)
1987
1988
var opcodes = List .of (
1988
- "invoke-static" ,
1989
- "move-result" ,
1990
- "if-eqz" ,
1991
- "iget-object" ,
1992
- "invoke-static" ,
1993
- "move-result-object" ,
1994
- "check-cast" ,
1995
1989
"invoke-virtual" ,
1996
1990
"move-result" ,
1997
- "xor-int/lit8" ,
1998
- "if-eqz" ,
1999
- "if-eqz" ,
2000
- "return" ,
2001
- "const/4" ,
2002
- "goto" ,
2003
- "const/4" ,
2004
- "return"
1991
+ "xor-int/lit8"
2005
1992
);
2006
1993
2007
1994
var constant = 0x3684 ;
You can’t perform that action at this time.
0 commit comments