I am using IDA though (Just not their C - decompiler) |
==> |
Thanks a lot for the reply. I'll keep trying in pure assembly, and I am currently studying floating point calculations in assembly for the first time, so if I am still stuck after studying, then I'll contact you. Thanks for an interesting challenge so far! |
==> |
Is it expected that we reverse without a decompiler like IDA's. I'm currently trying to solve it in assembly, and a specific function is currently troubling me due to what looks like floating point stuff |
==> |
Interesting crackme that was quite easy, but what I found interesting was to read the assembly instructions and try to understand the structure of the program, as well as how to know what variable was our own string and the hardcoded one. If you would like to learn, I made a step by step guide in my website here. https://thebitexplorer.com/crackme-solution-beginner-guide/ I hope it helps :) |
==> |