Enigma Registration Bypass (short tut)
Enigma Registration Bypass (short tut):
Set breakpoint on VirtualAlloc Api, break twice to VirtualAlloc,
search for bytes:
55 8B EC 33 C9 51 51 51 51 51 51 53 8B D8 33 C0
Scroll down until you see:
TEST eax,eax
SETNE AL
EAX should be 01 at TEST eax,eax
"push eax, call ..., TEST eax,eax" "SETNE AL" Bytes:
50 E8 ?? ?? ?? ?? 85 C0 0F 95 C0
|