Open gaplan opened 2 years ago
Hi @gaplan . Thanks for Report. May you share this sample apk on which you trying script so i can reproduce and fix if possible?
@apkunpacker Thank you very much for the quick reply. That's the apk name. douyin-20-5-0.apk The download address is below.
Any news ?
And the second one
package com.appsflyer.internal;
enum a$d { XPOSED("xps"), FRIDA("frd");
/* renamed from: ɩ reason: contains not printable characters */
public String f157;
a$d(String str) {
this.f157 = str;
}
}
Hello @apkunpacker , I have a java code that checks anti-frida, and when I call apk with the code you wrote, I get the following error.
Error code is : Error: unable to find module containing 0xffe1db0c Error: unable to find module containing 0xffe1db10 Error: unable to find module containing 0xdceffad0 Error: unable to find module containing 0xca7a56f4 Error: unable to find module containing 0xca7a56f8 Error: unable to find module containing 0xdceffb50 Error: unable to find module containing 0x0 Error: unable to find module containing 0xdf123a00 Error: unable to find module containing 0xffe1d328 Error: unable to find module containing 0xffe1d34c Error: unable to find module containing 0xdcedaf00 Error: unable to find module containing 0xffe1d1e8 Error: unable to find module containing 0xffe1d20c Error: unable to find module containing 0xdcedb400 Error: unable to find module containing 0xffe1d248 Error: unable to find module containing 0xffe1d26c
Java Code is :
`public class SecurityUtils { public static ChangeQuickRedirect changeQuickRedirect; public static Boolean isSecure;
}`