GraxCode / zelixkiller

Deobfuscate ZKM up to version 11, replaced by threadtear
GNU General Public License v3.0
67 stars 20 forks source link

this jar file didn't deobfuscate properly #8

Open hopana opened 5 years ago

hopana commented 5 years ago

this jar file didn't deobfuscate properly, can you give me some help?

jar.zip

ItzSomebody commented 5 years ago

output.zip

hopana commented 5 years ago

thank you ,but it' still obfuscate, the code could't be read.

ItzSomebody commented 5 years ago

Which part?

hopana commented 5 years ago

you can open the class files in the output.zip, and then decompile them, you can find that it still conatains a mess of static block or switch case block

ItzSomebody commented 5 years ago

you can open the class files in the output.zip, and then decompile them, you can find that it still conatains a mess of static block or switch case block

Most of that is dead code because the strings are for the most part decrypted.

hopana commented 5 years ago

ok,thank you!