friTap icon indicating copy to clipboard operation
friTap copied to clipboard

Issue with friTap v1.1.0.5 - Error in hooking ProviderInstallerImpl

Open techware01 opened this issue 11 months ago • 4 comments

Hi, first of all thank you for providing this very useful repo! I'm using it for privacy analysis of apps. I'm happy to see that you published a new version and wanted to try it out.

Unfortunately I'm getting the following error when testing:

[*] Error in hooking ProviderInstallerImpl
Error: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.security.ProviderInstaller" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/system/lib64, /system/lib64]]
[*] Error in hooking ProviderInstallerImpl
Error: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.security.ProviderInstaller" on path: DexPathList[[zip file "/data/app/com.nbb.app-HC732FCk9l7MvZ5IVB1HYg==/base.apk"],nativeLibraryDirectories=[/data/app/com.nbb.app-HC732FCk9l7MvZ5IVB1HYg==/lib/x86_64, /data/app/com.nbb.app-HC732FCk9l7MvZ5IVB1HYg==/base.apk!/lib/x86_64, /system/lib64]]
[*] Error in hooking ProviderInstallerImpl
Error: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.security.ProviderInstaller" on path: DexPathList[[zip file "/data/app/com.nbb.app-HC732FCk9l7MvZ5IVB1HYg==/base.apk"],nativeLibraryDirectories=[/data/app/com.nbb.app-HC732FCk9l7MvZ5IVB1HYg==/lib/x86_64, /data/app/com.nbb.app-HC732FCk9l7MvZ5IVB1HYg==/base.apk!/lib/x86_64, /system/lib64]]

Command used: friTap -m --spawn --keylog keylog.log com.nbb.app

Devices tested:

  1. Android emulator - Samsung Galaxy S 10 - Android 9
  2. Google Pixel 8 - Android 14

techware01 avatar Mar 20 '24 10:03 techware01