Question

I have intercepted x-amf data being posted to a website from my computer by a flash application. I have the collected POST data in hex form. While some of it has translated directly to text, the rest is showing wierd symbols which probably means they're flash objects. How do I parse this data to get meaningful output outta it?

Basically, I need a script/program/anything that will take in amf data in the hex form, and output text and flash objects...

Was it helpful?

Solution

your options are:

  1. Firefox+Firebug+Flashbug

  2. Charles proxy

  3. python + pyamf

  4. Java AMF client that comes with BlazeDS

  5. Google )

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top