kalleboo Joined: Nov 03, 2005 Posts: 218 From: Lund, Sweden (walking distance PM |
A flash EXE is simply a copy of Flash Player with a SWF embedded.
The last time I had to extract a SWF file from an EXE, what I did was I opened up a SWF file in a hex editor, noted the header, then opened up the EXE and searched for that same header. Then I just deleted all the data before that header. Voilá - pure SWF file. |