mondain

amf0-connect-handdecoding

Feb 2nd, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Decoding AMF0 connect action
  2. Full byte dump:
  3. 020007636f6e6e656374003ff00000000000000300036170700200086f666c6144656d6f0008666c61736856657202000e4c4e582032302c302c302c323836000673776655726c020029687474703a2f2f6c6f63616c686f73743a353038302f64656d6f732f6f666c615f64656d6f2e7377660005746355726c02001972746d703a2f2f6c6f63616c686f73742f6f666c6144656d6f0004667061640100000c6361706162696c697469657300406de00000000000000b617564696f436f646563730040abee0000000000000b766964656f436f6465637300406f800000000000000d766964656f46756e6374696f6e003ff000000000000000077061676555726c02002a687474703a2f2f6c6f63616c686f73743a353038302f64656d6f732f6f666c615f64656d6f2e68746d6c000009
  4.  
  5. Decoding:
  6. 02 - Position 0 - String
  7. 0007 - Position 1-2 - String length == 7
  8. 636f6e6e656374 - Position 3-9 - String content "connect"
  9. 00 - Position 10 - Skip byte
  10. 3ff0 - Position 11-12 - Looks like a header, not sure what to do here
Advertisement
Add Comment
Please, Sign In to add comment