我试图使用YGuard混淆程序的某些部分,其中包含加密方法和其他敏感信息(一旦我搞清楚了,我将以其他方式进一步保护这些信息)。
由于该程序相当复杂,并且包含了相当多的库,它显然提供了一系列警告,最后失败了:
WARNING: Method initialize_ffi_type is native but com/sun/jna/Native is not kept/exposed.
WARNING: Method getAPIChecksum is native but com/sun/jna/Native is not kept/exposed.
[...]
yGuard was unable to resolve a class (java.lang.ClassNotFoundException: com.sun.tools.javac.parser.Parser$Factory)不管这意味着什么我想
到目前为止,在YGuard中,我似乎必须指定我不想被混淆的类,但是我有太多的类,相反,我想做相反的事情:指定我想混淆的内容,然后继续增加我想要混淆的类和包的数量。
谢谢
https://stackoverflow.com/questions/16396807
复制相似问题