Advertisement
King_96

OSIG

Nov 28th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. }
  2.        
  3.         BYTE SomeZeros[0x10];
  4.         memset(SomeZeros,0,0x10);
  5.         // check for OSIG string
  6.         if((m_EncyptedKVData[0xC82] == 'O') &&
  7.            (m_EncyptedKVData[0xC83] == 'S') &&
  8.            (m_EncyptedKVData[0xC84] == 'I') &&
  9.            (m_EncyptedKVData[0xC85] == 'G'))
  10.         {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement