-1

I am trying to decompile a .swf file so I can read and understand it but when I am decompiling the .swf it looks like this.

enter image description here

enter image description here

Have I found the right .swf file or what is the problem?

VC.One
  • 14,790
  • 4
  • 25
  • 57
  • What did you use for decompiling? Looks like the original identifiers are not kept in the compiled code, so it came up with random stuff. – simbabque Oct 27 '17 at 21:45
  • Check this [**explanation here**](https://stackoverflow.com/tags/decompiling/info). Better to understand AS3 manual or read tutorials and then ask here for help / clarification. – VC.One Oct 28 '17 at 00:58
  • 1
    Because the author of the code didn't want you to do what you are trying to do and took certain counter-actions. – Organis Oct 28 '17 at 08:45

1 Answers1

0

Thanks to @Organis for pointing out the problem:

"Because the author of the code didn't want you to do what you are trying to do and took certain counter-actions."

VC.One
  • 14,790
  • 4
  • 25
  • 57