You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
https://whereisr0da.github.io/blog/posts/2020-02-01-jar2exe/
Thanks!
The text was updated successfully, but these errors were encountered: