sysopfb

SendSafe UDP python Construct data

Dec 7th, 2017
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. sendsafe_udp = Struct(
  2. "size" / Int16ub,
  3. "req_id" / Byte,
  4. "botid" / Bytes(16),
  5. "unk_time" / Bytes(28),
  6. "unk1" / Int32ub,
  7. "unk2" / Int32ub,
  8. "campaign_id" / Int32ub,
  9. "version" / Struct(
  10. "ver_hi" / Int16ub,
  11. "ver_low" / Int16ub,
  12. ),
  13. "unk3" / Int32ub,
  14. "unk4" / Int32ub,
  15. )
Advertisement
Add Comment
Please, Sign In to add comment