Reputation: 5480
I have a site that accepts flash files to be uploaded in my site and i need to check the SWF file uploaded to check for certain code if it exists or not to put it in the SWF file so i need to read or deassembly the SWF file and read its code from C#.Net is there any way to do that ?
Upvotes: 1
Views: 3123
Reputation: 31
If your flash version is not greater than 7 then you could use this one http://www.codeproject.com/Articles/16834/How-to-create-a-simple-SWF-decompiler-with-the-Swf
Upvotes: 1