Android 14 java.net.NetworkInterface.getNetworkInterfaces #373
Unanswered
txporm0427
asked this question in
Q&A
Replies: 1 comment
-
maybe android 14 changed some core lib functions structure...try to investigate your framework jar..decompile it...and find the exact methods |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
XposedHelpers.findAndHookMethod("java.net.NetworkInterface", lpparam.classLoader, "getNetworkInterfaces",new XC_MethodHook() {});
---This code works on android12 but is invalid on android14.
Beta Was this translation helpful? Give feedback.
All reactions