The document discusses hacking Android APKs for fun and profit by disassembling them, modifying the code, and reassembling them. It covers tools for disassembling APKs like baksmali and apktool, analyzing the smali code, injecting new code, and reassembling. It then demonstrates these techniques by walking through hacking the Scramble With Friends app to extract and transmit its word list resource to a remote host using ViewServer.
Related topics: