Search code examples
androidapkdecompiling

Android: Is it possible to disassemble an obb file


I would like to know if it is possible for users to decompile/disassemble my app's OBB files as they can do with APK files, and if so, if there is a way to block them from doing so.


Solution

  • OBB files are conventionally just zip files. Try unzipping yours.