CodingGay / BlackObfuscator

Black Obfuscator is an obfuscator for Android APK DexFile, it can help developer to protect source code by control flow flattening, and make it difficult to analyze the actual program control flow.
Apache License 2.0
888 stars 208 forks source link

能否支持jar混淆? #15

Open xmhwws opened 2 years ago

nnjun commented 2 years ago

怎么说呢,理论支持。需要 jar -> dex -> jar,可能会出点问题。

xmhwws commented 2 years ago

怎么说呢,理论支持。需要 jar -> dex -> jar,可能会出点问题。

单个dex最多65535个方法 ,一个jar里面的方法往往超过这个限制 ,jar->dex就会失败 目前似乎没有公开的jar2dex可以处理这个限制的 所以 ,在第一步就卡住了