exe2jar
exe2jar copied to clipboard
Can you provide the C++ project mentioned in the blog?
EncryptionAlgorithm.zip The project mentioned in the blog
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.
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.