Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Failed to locate smali file to hook #183

Closed
delgiu87 opened this issue Apr 3, 2020 · 2 comments
Closed

Failed to locate smali file to hook #183

delgiu87 opened this issue Apr 3, 2020 · 2 comments

Comments

@delgiu87
Copy link

delgiu87 commented Apr 3, 2020

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...

@hartmanfrost
Copy link

hartmanfrost commented Jan 6, 2021

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.

@dana-at-cp
Copy link
Owner

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants