android - 逆向工程 : Extract images/sprite sheet from apk

标签 android apk sprite reverse-engineering sprite-sheet

<分区>

我正在学习游戏开发,我正在尝试从一些我喜欢玩的游戏中提取一些资源,我这样做只是为了了解更多关于 sprite 和资源组织的信息。 问题是我提取图像的每个游戏都存在某种问题,有时只是无法打开,有时我可以打开图像,但我只能看到一些像素。

apk市场有没有使用资源保护?有什么方法可以提取并查看这些 Sprite 表吗?

请记住,我这样做只是为了学习,我不会在我的任何游戏或项目中使用它!

感谢您的帮助,祝大家有愉快的一天:)。

最佳答案

尝试使用 ApkTool ( http://ibotpeaches.github.io/Apktool/ ) 解码 APK:

apktool d myapp.apk

这将正确解码资源。

关于android - 逆向工程 : Extract images/sprite sheet from apk,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21138042/

相关文章:

android - 启用 Google App Signing 后出现 "The AndroidManifest.xml of the uploaded APK could not be parsed. Was it compiled properly?"错误

java - 使用相同的包名和 key 对 apk 进行签名

android - 在没有开发服务器的设备上构建和安装未签名的 apk?

python - pygame Sprite 和 pygame.display.flip() 导致工件

python - Pygame - 检测组中的碰撞时出错

css - 使用 <img> 标签加速 CSS 背景图像加载时间的优缺点

android - 华为、荣耀手机电池优化、前台服务

java - 自动回复广播接收器收到的消息

android - 在 Android MapView 上移动图标

android - 无法理解 android 开发网站上的 viewmodel 示例