Android Resources

Contents

Android Resources#

Online services and references the operator reaches for to triage an Android app, submit a suspicious APK for analysis, or unpack the bundle on the bench. An APK is just a zip of compiled resources plus assembled Dalvik bytecode, so the operator pulls classes.dex and resources.arsc straight out with unzip; the services below carry the dynamic and behavioural analysis the operator does not want to run on their own host.

Services#

References#