Py3AMF icon indicating copy to clipboard operation
Py3AMF copied to clipboard

pyamf.DecodeError: Malformed stream (amfVersion=11822)

Open l1tecoding opened this issue 4 years ago • 1 comments

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?

l1tecoding avatar Oct 19 '21 08:10 l1tecoding

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.)

StdCarrot avatar Oct 19 '21 09:10 StdCarrot