Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     boost::uint32_t length = msg.GetLength();
  2.  
  3. 013B2161  mov         ecx,dword ptr [esp+34h]
  4. 013B2165  mov         eax,dword ptr [esp+30h]
  5. 013B2169  sub         ecx,eax
  6. 013B216B  mov         esi,dword ptr [__imp___invalid_parameter_noinfo (13C2250h)]
  7. 013B2171  jne         main+359h (13B2179h)
  8. 013B2173  call        esi  
  9. 013B2175  mov         eax,dword ptr [esp+30h]
  10. 013B2179  movzx       edx,byte ptr [eax]
  11. 013B217C  movzx       ecx,byte ptr [eax+1]
  12. 013B2180  shl         edx,8
  13. 013B2183  add         edx,ecx
  14. 013B2185  movzx       ecx,byte ptr [eax+2]
  15. 013B2189  movzx       eax,byte ptr [eax+3]
  16. 013B218D  shl         edx,8
  17. 013B2190  add         edx,ecx
  18. 013B2192  shl         edx,8
  19. 013B2195  add         edx,eax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement