I have a SWF of unknown origin, and I need to know which flash player version it was targeted at when it was published. How do I get this info?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The 4th byte in the SWF file carries the version number, for example 0A is for Flash Player 10.
EDIT: Because of the high interest this question got I’ve decided to give more feedback
The first 8 bytes of any SWF file are not compressed, the rest of the file could be compressed (or not) by zlib compression.