Android逆向 Frida自动脱壳Fart

2022-04-19  本文已影响0人  LiuJP
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
上一篇 下一篇

猜你喜欢

热点阅读