Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I extract the source code from a swf file

Tags:

flash

parsing

I want to get the source of the swf file from this site

http://www.apcmedia.com/salestools/WTOL-7B6SFC_R0_EN.swf

actually it is the calculator which is used for calculating energy consumption of data center can any one have idea hot to get the source code for this swf file can anyone parse this file for me I'll be very thankful for him for this actually I am developing similar kind of application in visual studio .net for which I need to take idea of farmulas which are used in the backend so wanted to know what calculations are going behind developing this calculator can anyone parse it for me I'll be thankful for him

like image 890
Azy Qadir Avatar asked Oct 23 '25 18:10

Azy Qadir


1 Answers

Technically you can use a decompiler to do this job.

There are free (e.g.: ActionScript Extractor) and paid (e.g.: Sothink SWF Decompiler) tools out there.

But, before you do any decompiling processes, note that you MUST have permission from the author to see (use or anything else) his code.

I'm not a legal authority here, so what I say MUST NOT be used as truth.
And, you may be charged legally if you break an copyright law or something!

like image 180
NemoStein Avatar answered Oct 26 '25 12:10

NemoStein