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.