This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我一直在尝试编写一个 Python 程序来帮助安装 Minecraft 模组。这需要提取一个混淆的 JAR 文件并添加一些新类。但是,混淆文件之一称为aux.class. 任何名为 的文件aux,无论扩展名如何,在 Windows 上都是禁止的,因为它是 DOS 设备名称。我需要想出一些方法来提取这个文件,然后在保持 Windows 满意的同时重新归档它。我怎样才能做到这一点?