Advertisement
mojito-ice

Untitled

Oct 29th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.39 KB | None | 0 0
  1. int __thiscall sub_627BED(void *this, int a2)
  2. {
  3.   int v2; // ebx@1
  4.   signed int v3; // esi@1
  5.   int v4; // ST10_4@2
  6.   int v5; // eax@2
  7.   void *v7; // [sp+10h] [bp-4h]@1
  8.  
  9.   v2 = 0;
  10.   v7 = this;
  11.   v3 = 0;
  12.   do
  13.   {
  14.     LOBYTE(v4) = 0;
  15.     v5 = BitStream__ReadInt_8bit(v4) << (17 - v3);
  16.     v3 += 8;
  17.     v2 |= v5;
  18.   }
  19.   while ( v3 < 24 );
  20.   return v2 | BitStream__ReadBit(v7);
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement