Py3AMF
Py3AMF copied to clipboard
pyamf.DecodeError: Malformed stream (amfVersion=11822)
Hello, i am use Wireshark for capture packets and me need decode this.
I try your library but get error - pyamf.DecodeError: Malformed stream (amfVersion=11822)
How i can solve this?
Malformed stream means that the data is not AMF or can not decode as AMF.
Use Charles[https://www.charlesproxy.com/] first.
It works like wireshark but it is automatically finding data types based on HTTP.(Usually, AMF packet is transferred by HTTP.)