| Easy Crackme |
@buskopan
i won't get much into details except if you still didn't get it.
Note: that is nearly the full solution so be careful if you don't want to burn this challenge.
If you noticed , after entering the password , the program doesn't exit or terminate , it waits for a second input actually. through using debugger you trace until you find where it exactly takes the second input from user , that is a hint , if need more info you can continue reading:
you will notice that it takes the second input , calls "strtol" which converts it to long (number) , then calls a function with this number as an argument , this function compares it with the number "6CB" if matched, it displays the secret , so you just input this number in decimal form , which is "1739" |
2026-04-02 21:53 |
| Easy Crackme |
@Ploxied
got it
password: -559038737
Secret: 47636365816347818903036381636563 |
2026-04-02 16:18 |
| Easy Crackme |
password: -559038737 (0xDEADBEEF)
secret: 676766767 (0x2856A42F) |
2026-04-02 02:21 |