minor updates

master
arno01 11 years ago
parent 05b25b108d
commit eea59770f7

@ -35,12 +35,13 @@ continue:
; Searching for the Egg marker
next:
inc eax ; Searching forward
inc eax ; Searching forward (can also try dec eax)
isEgg:
cmp dword [eax-8], egg1 ; Checking if we can see egg1
jne next ; If not, continuing to search
cmp dword [eax-4], egg2
jne next
call eax ; Once found, we call our payload
huntersEnd:

Loading…
Cancel
Save