Skip to content

Instantly share code, notes, and snippets.

@odeheurles
Created December 14, 2013 10:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save odeheurles/7957916 to your computer and use it in GitHub Desktop.
80: car.SerialNumber = 1234;
mov rax,qword ptr [rbp+100h]
cmp byte ptr [rax],0
mov rcx,qword ptr [rbp+100h]
mov edx,4D2h
call 000007FE8C96CB40 // function call
nop
81: car.ModelYear = 2013;
mov rax,qword ptr [rbp+100h]
cmp byte ptr [rax],0
mov rcx,qword ptr [rbp+100h]
mov dx,7DDh
call 000007FE8C96CB50 // function call
nop
82: car.Available = BooleanType.TRUE;
mov rax,qword ptr [rbp+100h]
cmp byte ptr [rax],0
mov rcx,qword ptr [rbp+100h]
mov dl,1
call 000007FE8C96CB60 // function call
nop
83: car.Code = Model.A;
mov rax,qword ptr [rbp+100h]
cmp byte ptr [rax],0
mov rcx,qword ptr [rbp+100h]
mov dl,41h
call 000007FE8C96CB70 // function call
nop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment