I was asked to crawl a flash website, which appears to be utilizing some kind of server-side call through the AMF protocol. I am completely unfamiliar with this protocol, but found this library (http://www.pyamf.org/index.html).
I can view the payload that is sent to the server, as well as the response. I can make out certain key elements, but overall do not understand the request or the response.
I assume the library would help somehow, but am unsure where to start. Does anybody know of resources or techniques for reverse-engineering an AMF call or can somebody explain why it's not likely?