You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm glad you like it! Can you share with me what you use this tool for? I'm curious ☺️
This is a great idea, I too have found myself struggling to find the target app among all the installed apps. When I get back on this project I'll implement it.
I'm wanna use an old version of a certain app that used his own expired SSL certificate,
I edited the smali code to ignore the SSL error, at my first try
the modified APK don't installed because the resources of that app can't be repacked correctly,
then I found this tool that just modified the odex without use my broken resources.
Did you use apktool?
You could try specifying apktool not to decode resources and only decode smali, if you haven't already. (e.g.: apktool -r apkfile.apk)
Also, if possible add a search textbox as well, when we have many apps installed it's a pain.
Anyway, thanks for this amazing tool, working on my android 10 just like a charm
The text was updated successfully, but these errors were encountered: