Advertisement
Guest User

Untitled

a guest
May 4th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. int __thiscall sub_4010A0(int this, void *Src)
  2. {
  3. int v2; // esi@1
  4. int result; // eax@2
  5.  
  6. v2 = this;
  7. *(_DWORD *)(this + 20) = 15;
  8. *(_DWORD *)(this + 16) = 0;
  9. *(_BYTE *)this = 0;
  10. if ( *(_BYTE *)Src )
  11. {
  12. sub_401770(this, Src, strlen((const char *)Src));
  13. result = v2;
  14. }
  15. else
  16. {
  17. sub_401770(this, Src, 0);
  18. result = v2;
  19. }
  20. return result;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement