AMF3 (Action Message Format, version 3) is a binary protocol developed by Adobe Systems. It is primarily used for remote procedure calls by Flash/Flex applications. (i.e. communicating with a web server)
A primary goal in the design of AMF3 is that
transmitted data be as small as possible. (Just look at U29 integers)
Reading binary
AMF3 data in hex string format manually presents a challenged because it looks compressed.
[to be continued. . .]