Reputation: 516
I'm trying to reverse engineer something. I've got the compiled GFX files and I'd like to know what ExternalInterface.call they are executing. Any suggestion on a good way capture the function names?
Upvotes: 0
Views: 252
Reputation: 266
The GFX files are just SWF files, so any Flash decompiler (like SWIX or the ones from Sothink) will work. However, you do have to change the file slightly for them to be recognised as an SWF file:
Upvotes: 0