| Custom Packer 2.0 |
sub_140011E50 i realized it returns 0 when the password is correct so i just decided to patch the first bytes of that function to xor eax eax ret so now it always tells main that we got it right no matter what i type
xor eax, eax; ret;
patch_bytes = bytes([0x31, 0xC0, 0xC3]) |
2026-02-15 19:52 |