Skip to content

Instantly share code, notes, and snippets.

@betaveros
Created November 14, 2017 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betaveros/62d6831ad9aef4f52d40205fb20d1ad3 to your computer and use it in GitHub Desktop.
Save betaveros/62d6831ad9aef4f52d40205fb20d1ad3 to your computer and use it in GitHub Desktop.
b8 01 00 00 00 mov eax,0x1
b8 37 13 00 00 mov eax,0x1337
b9 01 00 00 00 mov ecx,0x1
b9 37 13 00 00 mov ecx,0x1337
48 c7 c0 01 00 00 00 mov rax,0x1
48 c7 c0 37 13 00 00 mov rax,0x1337
48 c7 c1 01 00 00 00 mov rcx,0x1
48 c7 c1 37 13 00 00 mov rcx,0x1337
49 c7 c0 01 00 00 00 mov r8,0x1
49 c7 c0 37 13 00 00 mov r8,0x1337
83 c0 01 add eax,0x1
05 37 13 00 00 add eax,0x1337
83 c1 01 add ecx,0x1
81 c1 37 13 00 00 add ecx,0x1337
48 83 c0 01 add rax,0x1
48 05 37 13 00 00 add rax,0x1337
48 83 c1 01 add rcx,0x1
48 81 c1 37 13 00 00 add rcx,0x1337
49 83 c0 01 add r8,0x1
49 81 c0 37 13 00 00 add r8,0x1337
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment