Blackberry 我可以查看 .cod 文件的内容吗?

发布于 2024-10-30 04:47:18 字数 48 浏览 1 评论 0原文

有一个 .jad 和一堆 .cod 文件。我可以查看 .cod 文件的内容吗?谢谢

Got a .jad and a bunch of .cod files. Can I view the contents of the .cod files? Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜中书 2024-11-06 04:47:18

.cod 文件基本上是通过 RIM 编译工具链处理的 .jar 文件。此外,RIM 工具会在对 .jar 文件进行编码之前从这些文件中剥离一些信息,如果大小太大,它会拆分并压缩各个部分。因此,如果您有同一个 .jad 文件的一堆 .cod 文件,您应该首先尝试使用标准 zip 程序解压缩它们,然后使用一些 concat 实用程序将它们连接起来,最后尝试使用 .jar 文件反编译器,看看是否可以破解字节码。这几乎是你最好的选择。

.cod files are basically .jar files that have been processed through RIM's compilation tool chain. Additionally RIM tools strip some information from the .jar files before cod-ifying them and if the size is too big, it splits and zips the pieces. So if you have a bunch of .cod files for the same .jad file you should first try unzipping them using a standard zip program then join them using some concat utility and finally try using a .jar file decompiler to see if you can hack the byte code. That is pretty much your best bet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文