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.
我使用 proguard 来混淆我的 jar 文件。有什么方法可以删除 java 代码中的换行符并使用 proguard 指定具有 _(numbers) 而不是 chars 的标识符?
问候,
拉詹
ProGuard 只读写 Java 字节码,而不是源代码。默认情况下,它会选择混淆名称 a、b、c 等,但您可以使用选项 -obfuscationdictionary 指定您自己的集合。