Advertisement
mojito-ice

Untitled

Oct 20th, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. void __thiscall sub_CAFF94(int this, int a2, int a3)
  2. {
  3. unsigned int v3; // ebx@1
  4. int v4; // esi@1
  5. int v5; // [sp+Ch] [bp-8h]@1
  6. unsigned int v6; // [sp+10h] [bp-4h]@1
  7.  
  8. v4 = this;
  9. v5 = a2;
  10. LOWORD(v6) = 2048;
  11. *(_BYTE *)(this + 32) = CDataStore__ReadBit((int)&v5) != 0;
  12. v3 = 0;
  13. v6 = 0;
  14. CDataStore__GetInt32(a2, (int)&v6);
  15. sub_41D8DF((void *)(v4 + 16), v6);
  16. if ( *(_DWORD *)(v4 + 16) > 0u )
  17. {
  18. do
  19. {
  20. v6 = 0;
  21. CDataStore__GetInt32(a2, (int)&v6);
  22. *(_DWORD *)(*(_DWORD *)(v4 + 20) + 4 * v3++) = v6;
  23. }
  24. while ( v3 < *(_DWORD *)(v4 + 16) );
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement