| dotqw's second crackme |
use Die and then use netslayer and then u have it |
2025-11-29 19:17 |
| C++ idk |
attach w x64dbg then go to string (enter password etc) then find je that leads to fail change it to jne and then anything u put in gets accepted. |
2025-11-29 11:59 |
| 3OutOf6 |
cygwin1.dll not found -_- |
2025-11-29 11:40 |
| Simple_GUI_crackme |
private void button1_Click(object sender, EventArgs e)
{
if (this.FormName.Text == "sk-189")
{
MessageBox.Show("CORRECT!");
return;
}
MessageBox.Show("incorret :/");
} |
2025-11-29 11:38 |
| Easiest |
go to fail string and then change the nearest jne - je, patch and then put in anything |
2025-11-29 11:32 |