minor updates
This commit is contained in:
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…
Reference in New Issue
Block a user