| Demian's entry level crackme |
jmp |
2026-07-17 20:30 |
| VeryHard 99% you can't do it |
73 50 86 71 53 44 83 87 85 4C 4D 45 77 86 4C 48 86 50 74 4C 5F 82 80 82 86 81 21 |
2026-07-17 12:00 |
| CM1_AntiDisassemblyDemo |
Ant1D3buggerAndAnt1D1sass3mblerD3mo
|
2026-07-16 18:52 |
| IMGUI test auth |
server emulation
1. patched the client by changing the port from 443 to 80 in winhttpconnect and replacing the ssl flag (winhttp_flag_secure) with 0 in winhttpopenrequest.
2. redirected the authorization domain to localhost by editing the hosts file.
3. implemented a local tcp server in c++ returning the following response template:
const std::string httpresponse =
"http/1.1 200 ok\r\n"
"content-type: application/json\r\n"
"content-length: 16\r\n"
"connection: close\r\n"
"\r\n"
"{\"success\":true}";
|
2026-07-16 09:57 |