I have an apk that when I start up it asks me to delete my advert blocker app and even gives me an option to click which will uninstall the ad blocker for me. How can I remove this permission? Tried a few patches but not hitting the right one and I'm no expert at this. Any help would be great thanks
Sharing is caring, show love and share the thread with your friends.
Probably it's not a permission, it's peace of code in function "onCreate" in "main activity class" (it check fo addblocker) so you have to dissassemble app and try to find this peace of code, patch it and create custom patch for the others You can use IDA Hexrays, dex2jar, jdgui for it... Wish you luck.