Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种类/工具/任何方式来从 ruby 中的 .apk 文件中提取 Android APK 的包、名称和相关信息。
任何帮助将不胜感激。
谢谢
更稳定可用https://github.com/abitno/ruby-apk
更好的文档https://github.com/devunwired/apktools
Android apk 文件只是 zip 文件,因此您需要使用libarchive或其他 zip 库之一来提取文件(如果解压缩不起作用,您可能需要将其重命名为 .zip)。那么您需要的所有信息都在AndroidManifest.xml.
AndroidManifest.xml