exe2jar icon indicating copy to clipboard operation
exe2jar copied to clipboard

Can you provide the C++ project mentioned in the blog?

Open xtherk opened this issue 4 years ago • 3 comments

https://whereisr0da.github.io/blog/posts/2020-02-01-jar2exe/ Thanks!

xtherk avatar Nov 04 '21 07:11 xtherk

EncryptionAlgorithm.zip The project mentioned in the blog

xtherk avatar Nov 10 '21 08:11 xtherk

The jar2exe program of the current latest version cannot be cracked by this way. I use memory dump tool to export the jar. The class inside the jar is encrypted.

xtherk avatar Nov 10 '21 08:11 xtherk

Someone was able to test the EncryptionAlgorithm ? . I think I have found the way to decrypt the new jar2exe ( it also encrypt the .class inside the decrypted JAR ) but I need test it using this c++ code ( to decrypt the .class inside JAR they uses the same algorithm but changing the key ).
I have tried to use this c++ program but signature doesnt match with my crypted data and I get an error.

javimagro avatar Oct 10 '22 15:10 javimagro