Advertisement
fastman92

Untitled

Dec 11th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. signed int __thiscall sub_1000ED50(int this)
  2. {
  3. int v1; // esi@1
  4. signed int result; // eax@1
  5.  
  6. v1 = this;
  7. bad_function(this);
  8. result = *(_WORD *)(v1 + 34);
  9. if ( (_WORD)result != 525 || !*(_DWORD *)(v1 + 1692) )
  10. {
  11. if ( (_WORD)result != 531 || !*(_DWORD *)(v1 + 1676) )
  12. {
  13. result = -1;
  14. *(_WORD *)(v1 + 1708) = -1;
  15. }
  16. }
  17. *(_WORD *)(v1 + 1740) = -1;
  18. *(_WORD *)(v1 + 1772) = -1;
  19. return result;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement