Advertisement
drehsan

Untitled

Oct 18th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.51 KB | None | 0 0
  1. int __thiscall sub_5E8E4D(int this, int a2, int a3)
  2. {
  3.   int result; // eax@1
  4.   int v4; // edi@1
  5.   int v5; // esi@1
  6.   int v6; // eax@1
  7.   int v7; // eax@1
  8.  
  9.   v4 = a2;
  10.   v5 = this;
  11.   CDataStore__Read128bit(a2, this);
  12.   a2 = 0;
  13.   CDataStore__GetInt32(v4, (int)&a2);
  14.   v6 = a2;
  15.   a2 = 0;
  16.   *(_DWORD *)(v5 + 16) = v6;
  17.   CDataStore__GetInt32(v4, (int)&a2);
  18.   v7 = a2;
  19.   a2 = 0;
  20.   *(_DWORD *)(v5 + 20) = v7;
  21.   CDataStore__GetInt32(v4, (int)&a2);
  22.   result = a2;
  23.   *(_DWORD *)(v5 + 24) = a2;
  24.   return result;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement