Live data from Hacker News

APKTool: A tool for reverse engineering Android APK files

ibotpeaches.github.io

21–30 of 49 posts

Re: APKTool: A tool for reverse engineering Android APK files

#22
post #19

How much longer will this be relevant? Isn't APK going away?

In addition to sibling comment. APK is more or less zip file, with exception to one of signatures, all the interesting part that you want to reverse are the files inside it not the container: dalvik bytecode, binary encoded XML files of UI and other API specific resources.

Re: APKTool: A tool for reverse engineering Android APK files

#24
post #5

APKTool is amazing! I wrote an article on how to do end-to-end reverse engineering of Android apps using APKTool: https://yasoob.me/posts/reverse-engineering-android-apps-apk... I love using Jadx ( https://github.com/skylot/jadx ) to get a better understanding of the code in Java and then use APKTool to reverse engineer, decompile and recompile the app If you are interested, Frida is also an amazing tool that makes c…

You probably cant answer this here at least:

Several UK TV apps are available on fire stick but not Android TV.

I've seen people de-Amazonify older versions of these, would Apktool be a good place to do this myself ?

I really just want to watch programs I already have access to on pretty similar hardware (Android TV), but getting more hardware for that just seems wasteful.

Re: APKTool: A tool for reverse engineering Android APK files

#25
post #21

Does anyone have any stories to share involving apktool? Random note: It's curious how the homepage and the linked repo are on GitHub but the binary downloads are served from bitbucket.

Back from 2015, bypassing an APK signature check: https://randywestergren.com/reverse-engineering-the-yik-yak-...

Re: APKTool: A tool for reverse engineering Android APK files

#27
post #21

Does anyone have any stories to share involving apktool? Random note: It's curious how the homepage and the linked repo are on GitHub but the binary downloads are served from bitbucket.

When I moved the project from Google Code to GitHub, GitHub did not allow binary downloads. So I used Bitbucket, changing the download location again after moving did not seem right. So it has just been maintained since the switch. Now in present day they are also uploaded to GitHub and another mirror I host.
Post reply on HN