Questions tagged [apktool]

Apktool is a tool for reverse engineering 3rd party, closed, binary Android apps.

Apktool is a tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc.

https://ibotpeaches.github.io/Apktool/

256 questions
-5
votes
1 answer

How to modified an existing Android app to autorun every x minutes manually with apktool?

How can I modified an existing android application with apktool so it can autorun every x minutes or autorun after boot or autorun when wifi connects? .I have search and found that I must register a broadcast receiver but I can't do it manually when…
1 2 3
17
18