Skip to content

Commit

Permalink
Update access2_v1_egghunter.asm
Browse files Browse the repository at this point in the history
  • Loading branch information
kphongagsorn authored Jan 5, 2018
1 parent e981633 commit f0409c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assignment3/access2_v1_egghunter.asm
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
; Tested on:
global _start:
section .text
Expand All @@ -23,4 +22,4 @@ next_address:
jnz next_address
cmp [edx+4], ebx ; egg found in [edx],check for egg in [edx+4]
jnz next_address
jmp edx ; jump to shellcode
jmp edx ; jump to shellcode

0 comments on commit f0409c8

Please sign in to comment.