| CrackmesForBeginners (CFB) #4 |
brothers talking abt sum xor thing but we only need nops |
2026-06-18 00:18 |
| CrackmesForBeginners (CFB) #3 |
the feeling after replacing the jnes with nops |
2026-06-18 00:13 |
| CrackmesForBeginners (CFB) #2 |
just change the jmp which comes after access denied |
2026-06-18 00:09 |
| CrackmesForBeginners (CFB) #1 |
Easy to solve.Drag the file into x64dbg and search for the strings.Find the "jne" via breakpoints.You can either replace the jnes with “nop” or see the encryption system. |
2026-06-17 23:45 |
| IMGUI test auth |
Search for the strings, "login successful" will be enough.After the search, u should look for "je" above the adress that we found from login successful string.After finding the je, check the branches on the left.When password is incorrect, je takes us beyond the login successful.Now everything is so obvious, just replace the "je" with nops. |
2026-06-17 23:31 |