dpt-shell
dpt-shell copied to clipboard
An android Dex protects shell implementation
一直报这个错误,[0x0] Constructor returning without calling superclass constructor.
FATAL EXCEPTION: main java.lang.VerifyError: Verifier rejected class com.facebook.internal.FacebookInitProvider: void com.facebook.internal.FacebookInitProvider.() failed to verify: void com.facebook.internal.FacebookInitProvider.(): [0x0] Constructor returning without calling superclass constructor (declaration of 'com.facebook.internal.FacebookInitProvider' appears in /data/app/com.test.net-1/base.apk) at java.lang.Class.newInstance(Native...
[dpt-android5.zip](https://github.com/luoyesiqiu/dpt-shell/files/8649579/dpt-android5.zip) ``` 环境: Nexus5 android5.1.1 api22 执行出错,日志上看着是CodeItem已经回填成功,但是出现了NullPointerException dpt-android5.zip: 1、android5.patch 我适配android5 修改的代码,包括添加了LoadMethod_L函数 2、error.log错误日志。 希望大神有空帮忙看下 ```
使用avd虚拟机和Android8真机都会闪退,报错如下 ``` Process: com.example.testchouqu, PID: 1668 java.lang.RuntimeException: Unable to instantiate application com.luoyesiqiu.shell.ProxyApplication: java.lang.ClassNotFoundException: Didn't find class "com.luoyesiqiu.shell.ProxyApplication" on path: DexPathList[[zip file "/data/app/com.example.testchouqu-anuw1TT7ruMqFk3nnLJhbg==/base.apk"],nativeLibraryDirectories=[/data/app/com.example.testchouqu-anuw1TT7ruMqFk3nnLJhbg==/lib/arm64, /data/app/com.example.testchouqu-anuw1TT7ruMqFk3nnLJhbg==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64, /preas/lib64]] at android.app.LoadedApk.makeApplication(LoadedApk.java:1059) at...
2024-02-24 13:48:45.273 [main] dpt-processor Apk main process path: C:\Users\PSDT\AppData\Local\Temp\dptOut 2024-02-24 13:48:45.368 [main] dpt-processor writeZipEntry err = java.io.FileNotFoundException: C:\Users\PSDT\AppData\Local\Temp\dptOut\AndroidManifest.xml\anim\abc_fade_in.xml (El sistema no puede encontrar la ruta especificada) 2024-02-24 13:48:45.369 [main] dpt-processor...
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** A Build fingerprint: 'HUAWEI/LYA-AL00/HWLYA:10/HUAWEILYA-AL00/10.1.0.163C00:user/release-keys' A Revision: '0' A ABI: 'arm64' A SYSVMTYPE: Maple APPVMTYPE:...
大佬看下这个报错是什么问题 FATAL EXCEPTION: main Process: com.luoye.dpt, PID: 28579 java.lang.UnsatisfiedLinkError: No implementation found for void com.luoyesiqiu.shell.JniBridge.ia(android.content.Context) (tried Java_com_luoyesiqiu_shell_JniBridge_ia and Java_com_luoyesiqiu_shell_JniBridge_ia__Landroid_content_Context_2) at com.luoyesiqiu.shell.JniBridge.ia(Native Method) at com.luoyesiqiu.shell.ProxyComponentFactory.instantiateClassLoader(ProxyComponentFactory.java:132) at android.app.LoadedApk.createOrUpdateClassLoaderLocked(LoadedApk.java:946) at android.app.LoadedApk.getClassLoader(LoadedApk.java:982) at android.app.LoadedApk.getResources(LoadedApk.java:1214)...
能否将抽取出来的代码进行加密操作,在代码运行时再解密,360的指令抽取就是在抽取出受保护的方法代码后又做了一次加密操作
java.lang.NoSuchFieldError: No field b of type Landroid/content/Context; in class La/a; or its superclasses (declaration of 'a.a' appears in /data/app/com.yealink.astro.demo-b65DoihcpKR4spxJzVtMhA==/base.apk) at androidx.activity.ComponentActivity.l(SourceFile:3) at androidx.activity.ComponentActivity.(SourceFile:104) at androidx.fragment.app.j.(SourceFile:1) at d.g.(SourceFile:1) at com.yealink.astro.demo.MainActivity.(Unknown Source:0)...