yocontra / JMD

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

ZKMTransformer #9

Closed rmueller83 closed 7 years ago

rmueller83 commented 9 years ago

Some fixes for ZKMTransformer. The PR fixes issues I had during ZKM deobfuscation which I only tested on one application. Due to my very superficial byte code knowledge I do not know if these chages would cause side effects for other applications/users. The application now completely runs through for me, producing a new jar file, which was not the case previously. But not all Strings are deobfuscated yet.

yocontra commented 9 years ago

Can you provide your test jar files somewhere?

rmueller83 commented 9 years ago

I have sent you an email with my input file

yocontra commented 9 years ago

@rmueller83 I haven't done java in close to 4 years so I probably won't be able to merge this or look into this. If somebody else wants to help maintain the project I'm open to new contributors

yocontra commented 7 years ago

Could you rebase this?

kidoz commented 7 years ago

Ok

kidoz commented 7 years ago

Done