Deserialising AMF via Proxy
I want to deserialize an Onlinegame AMF Stream to create various 开发者_运维知识库overviews (Items in stock, numbers of buildings, type of buildings etc.)
To do this i implemented an Proxy in Java. My Firefox connects to the proxy perfectly and this proxy works fine too.
But i'm not able to analyse the AMF Stream.
Here is my source: http://pastebin.com/ex8EkEZU an example of one of these requests: http://pastebin.com/y7GzqwDy
Does anyone got an idea or tutorial? thnx.
Have you tried amf-serializer or the Java AMF Client from BlazeDS? Both of these should handle deserialization of AMF0/3
精彩评论