@1337ReverseEngineer Thanks for this nice crackme, really learned a lot! |
==> |
/*****spoiler warning******/
unpacked vm and reversed it to C++: https://pastebin.com/YDtLzgcp |
==> |
@SirWardrake thanks. great crackme :) and yes, I used ghidra for this. |
==> |
@cnathansmith what a clever method! learned it. :) I am new to RE and want to learn more so I take my time to reverse it. |
==> |
reversed its keygen code into C++: https://pastebin.com/4iEaxYm8 |
==> |
Reversed it into C++:
https://pastebin.com/RpsPg6eM |
==> |
I reversed it to c++ code and validated the code by keys from comments. But I am not able to calculate key because the algorithm is too complecated for me. here is the c++ code: https://pastebin.com/T4M0aeKt |
==> |