Skip to content

Instantly share code, notes, and snippets.

@dpogue
Last active August 29, 2015 13:56
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 dpogue/8925031 to your computer and use it in GitHub Desktop.
Save dpogue/8925031 to your computer and use it in GitHub Desktop.
mov dword ptr [esi+14h], 0
push 14h
call allocate ; std::__default_alloc_template<__threads = 1, __inst = 0>::allocate(20)
mov [ebx], eax
mov dword ptr [ebx+4], 0
mov dword ptr [eax], 0
mov eax, [ebx]
mov dword ptr [eax+4], 0
mov eax, [ebx]
mov [eax+8], eax
mov eax, [ebx]
lea ebx, [esi+74h]
mov [eax+0Ch], eax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment