Android逆向 Frida自动脱壳Fart

go into enumerateClassLoaders!
startdealwithclassloader: dalvik.system.PathClassLoader[DexPathList[[directory "."],nativeLibraryDirectories=[/system/lib64, /system/product/lib64, /system/lib64, /system/product/lib64]]] 

pathlistobj->DexPathList[[directory "."],nativeLibraryDirectories=[/system/lib64, /system/product/lib64, /system/lib64, /system/product/lib64]]
dexElementsobj->directory "."
elementobj->directory "."
TypeError: cannot read property '$h' of null
this is a BootClassLoader!
startdealwithclassloader: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/tcmclient.jar"],nativeLibraryDirectories=[/system/lib64, /system/product/lib64]]] 

pathlistobj->DexPathList[[zip file "/system/framework/tcmclient.jar"],nativeLibraryDirectories=[/system/lib64, /system/product/lib64]]
dexElementsobj->zip file "/system/framework/tcmclient.jar"
elementobj->zip file "/system/framework/tcmclient.jar"
start loadclass->com.qti.tcmclient.DpmTcmClient$TcmReceiver
after loadclass->com.qti.tcmclient.DpmTcmClient$TcmReceiver
Error: missing argument
startdealwithclassloader: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/tcmiface.jar"],nativeLibraryDirectories=[/system/lib64, /system/product/lib64]]] 

pathlistobj->DexPathList[[zip file "/system/framework/tcmiface.jar"],nativeLibraryDirectories=[/system/lib64, /system/product/lib64]]
dexElementsobj->zip file "/system/framework/tcmiface.jar"
elementobj->zip file "/system/framework/tcmiface.jar"
start loadclass->com.quicinc.tcmiface.DpmTcmIface
after loadclass->com.quicinc.tcmiface.DpmTcmIface
Error: missing argument
startdealwithclassloader: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.xiaoji.gamesirnsemulator-uM0dkbNR7L1TolMXdvAAJA==/base.apk", dex file "InMemoryDexFile[cookie=[0, 511245215488]]"],nativeLibraryDirectories=[/data/app/com.xiaoji.gamesirnsemulator-uM0dkbNR7L1TolMXdvAAJA==/lib/arm64, /data/app/com.xiaoji.gamesirnsemulator-uM0dkbNR7L1TolMXdvAAJA==/base.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]]] 

pathlistobj->DexPathList[[zip file "/data/app/com.xiaoji.gamesirnsemulator-uM0dkbNR7L1TolMXdvAAJA==/base.apk", dex file "InMemoryDexFile[cookie=[0, 511245215488]]"],nativeLibraryDirectories=[/data/app/com.xiaoji.gamesirnsemulator-uM0dkbNR7L1TolMXdvAAJA==/lib/arm64, /data/app/com.xiaoji.gamesirnsemulator-uM0dkbNR7L1TolMXdvAAJA==/base.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]]
dexElementsobj->zip file "/data/app/com.xiaoji.gamesirnsemulator-uM0dkbNR7L1TolMXdvAAJA==/base.apk",dex file "InMemoryDexFile[cookie=[0, 511245215488]]"
elementobj->zip file "/data/app/com.xiaoji.gamesirnsemulator-uM0dkbNR7L1TolMXdvAAJA==/base.apk"
start loadclass->s.h.e.l.l.A
after loadclass->s.h.e.l.l.A
Error: missing argument
find  Classloader instance over

你可能感兴趣的:(Android逆向 Frida自动脱壳Fart)