Advertisement
OvidiuS

Untitled

May 8th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.38 KB | None | 0 0
  1. {
  2.     "name" : "MSG_ReadBits",
  3.     "library" : "engine",
  4.         "arguments"  :
  5.     [
  6.         {
  7.             "type" : "int"
  8.         }
  9.     ],
  10.     "return" :
  11.     {
  12.             "type" : "int"
  13.     },
  14.     "identifiers" :
  15.     [
  16.         {
  17.             "os" : "windows",
  18.             "value" : [0x55,0x8B,0xEC,0xA1,"*","*","*","*",0x85,"*",0x74,"*",0xB8]
  19.         },
  20.         {
  21.             "os" : "linux",
  22.             "value" : "MSG_ReadBits"
  23.         }
  24.     ]
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement