yocontra / JMD

Java bytecode analysis/deobfuscation tool
MIT License
198 stars 50 forks source link

How to get JMD.jar from the source code #19

Open fpb1386 opened 5 years ago

fpb1386 commented 5 years ago

I cannot get the JMD.jar file after I run "gradlew jar". I want to build the latest JMD.jar from source code. Is there anyone who could tell me how to handle this problem?

kidoz commented 5 years ago

Need java 1.8. cmd: gradlew jmd-cli:jar Result in JMD\jmd-cli\build\libs

fpb1386 commented 5 years ago

Thanks very for offer me the methods to generate "JMD.jar".

But I met the following error. How to handle this? image

kidoz commented 5 years ago

Need sample for investigation this.

fpb1386 commented 5 years ago

Thanks for helping me. The jar file in zip is obfuscated by "Identifier Renaming", or maybe other obfuscation techniques. I want to deobfuscate this jar file and research on the source code. The function of this jar file belongs to Direct Anonymous Attestation (DAA) in Trusted Platform Module (TPM). Could your please help me? daaTpmTestSuite.zip