backdoor-apk icon indicating copy to clipboard operation
backdoor-apk copied to clipboard

Failed to locate smali file to hook

Open delgiu87 opened this issue 4 years ago • 1 comments

run.log I think some upgrade in google certificate? how can solve this? we should upgrade something? just tried with other apps

I: Decoding file-resources... W: Cant find 9patch chunk in file: "drawable-xxhdpi-v4/common_google_signin_btn_text_light_normal_background.9.png". Renaming it to *.png. W: Cant find 9patch chunk in file: "drawable-xxhdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png". Renaming it to *.png. W: Cant find 9patch chunk in file: "drawable-xxhdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png". Renaming it to *.png. W: Cant find 9patch chunk in file: "drawable-xxhdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png". Renaming it to *.png. I: Decoding values / XMLs...

delgiu87 avatar Apr 03 '20 19:04 delgiu87

Just replace smali_file_to_hook=$MY_PATH/original/smali/$android_class.smali to smali_file_to_hook=$(find $MY_PATH/original/smali/ -name '*$android_class*') in script file.

hartmanfrost avatar Jan 06 '21 14:01 hartmanfrost

#191 There are some issues identified with this logic. I'm working on a fix.

dana-at-cp avatar Sep 12 '22 16:09 dana-at-cp