Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Other discussions > Software
Register FAQ Members List Calendar Mark Forums Read

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-15-2011, 06:30 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Cool

How to disassemble SWF files using freeware software or free service (Win/Mac/Linux)


Flasm disassembles your entire SWF including all the timelines and events. Looking at disassembly, you learn how the Flash compiler works, which improves your ActionScript skills. You can also do some optimizations on the disassembled code by hand or adjust the code as you wish. Flasm then applies your changes to the original SWF, replacing original actions.

It's also possible to embed Flasm actions in your ActionScript, making optimizing of large projects more comfortable.

Flasm is not a decompiler. What you get is the human readable representation of SWF bytecodes, not ActionScript source. If you're looking for a decompiler, Flare may suit your needs. However, Flare can't alter the SWF.


Decompressing the .swf file using freeware command line flasm:

From HTML source code:
Code:
http://static.generation.portal.skynet.be/swf/festivalplugin-20110621.swf
Decompressing the .swf file using flasm:
Code:
flasm -x festivalplugin-20110621.swf
festivalplugin-20110621.swf successfully decompressed, 59118 bytes
Open this file with WinHex :

Code:
<settings>
	<festival id="-1" name="Location detection streamer" streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_" />
	<!-- TESTING NODE -->
	<festival id="0" name="FAKE" streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_">
		<preroll file="mp4:graspop_preroll_###lang###_###bw###.mp4" />
		<promo file="mp4:RW_Pukkelpop_QualityA.mp4" />
		<live streamer="rtmpte://live.flash.streampower.be/festivals_2k11" file="festivals_live_2k11_###bw###" />
		<vod />
	</festival>
	
	<!-- 2010 VOD CONTENT -->
	<festival id="28" name="Rock Werchter 2010" streamer="rtmpte://flash.streampower.be/festivals_2k10_pu/_definst_">
		<preroll streamer="rtmpte://flash.streampower.be/festivals_2k10_pu/_definst_" file="mp4:preroll/rock_werchter_preroll_###lang###_hi.mp4" />
		<promo />
		<live />
		<vod />
	</festival>
	<festival id="29" name="Graspop Metal Meeting 2010" streamer="rtmpte://flash.streampower.be/festivals_2k10_pu/_definst_">
		<preroll streamer="rtmpte://flash.streampower.be/festivals_2k10_pu/_definst_" file="mp4:preroll/graspop_preroll_###lang###_hi.mp4" />
		<promo />
		<live />
		<vod />
	</festival>
	<festival id="30" name="Rimpelrock 2010" streamer="rtmpte://flash.streampower.be/festivals_2k10_pu/_definst_">
		<promo />
		<live />
		<vod />
	</festival>
	<festival id="31" name="Pukkelpop 2010" streamer="rtmpte://flash.streampower.be/festivals_2k10_pu/_definst_">
		<preroll streamer="rtmpte://flash.streampower.be/festivals_2k10_pu/_definst_" file="mp4:preroll/pukkelpop_preroll_###lang###_hi.mp4" />
		<promo />
		<live />
		<vod />
	</festival>
	
	<!-- 2011 LIVE AND VOD CONTENT -->
	<festival id="36" name="Graspop Metal Meeting 2011" streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_">
		<preroll file="mp4:preroll/graspop_preroll_###lang###_###bw###.mp4" />	
		<promo file="mp4:promo/graspop_promo_###lang###_###bw###.mp4" />
		<live streamer="rtmpte://live.flash.streampower.be/festivals_2k11" file="festivals_live_2k11_###bw###" />
		<vod streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_" />
	</festival>
	<festival id="37" name="Rock Werchter 2011" streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_">
		<preroll file="mp4:preroll/rock_werchter_preroll_###lang###_###bw###.mp4" />	
		<promo file="mp4:promo/rw_pp_promo_###lang###_###bw###.mp4" />
		<live streamer="rtmpte://live.flash.streampower.be/festivals_2k11" file="festivals_live_2k11_###bw###" />
		<vod streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_" />
	</festival>
	<festival id="38" name="Pukkelpop 2011" streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_">
		<preroll file="mp4:preroll/pukkelpop_preroll_###lang###_###bw###.mp4" />	
		<promo file="mp4:promo/rw_pp_promo_###lang###_###bw###.mp4" />
		<live streamer="rtmpte://live.flash.streampower.be/festivals_2k11" file="festivals_live_2k11_###bw###" />
		<vod streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_" />
	</festival>
</settings>
Reply With Quote
 
Tags: , , , , , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 05:16 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons