Main > Free Download Search >

Free swf decompiler software for linux

swf decompiler

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 41
4tH compiler 3.5b

4tH compiler 3.5b


4tH is a Forth compiler with a little difference. more>>
4tH is a Forth compiler with a little difference. Instead of the standard Forth engine it features a conventional compiler.
4tH is a very small compiler that can create bytecode, C-embeddable bytecode, standalone executables, but also works fine as a scripting language. It supports over 85% of the ANS Forth CORE wordset and features conditional compilation, pipes, files, assertions, forward declarations, recursion, include files, etc.
It comes with an RPN calculator, line editor, compiler, decompiler, C-source generators, and a virtual machine.
Enhancements:
- More CORE words and most of the DOUBLE wordset are supported.
- Output buffers can be flushed.
- An experimental multitasking environment was added.
<<less
Download (0.18MB)
Added: 2007-05-20 License: LGPL (GNU Lesser General Public License) Price:
889 downloads
Interactive Decompiler 0.2

Interactive Decompiler 0.2


Interactive Decompiler decompiles by the successive application of low-level refactorings, ultimately leading to high-level code more>>
Interactive Decompiler project is an interactive decompiler, where the user starts with an almost literal translation of Assembly code in C language, which he progressively decompiles by the successive application of low-level refactorings, ultimately leading to high-level C code.
Main features:
- Import Intel IA32 Assembly code, in the AT&T syntax -- the syntax normally generated by the gcc compiler for the Intel IA32 architecture.
- Visualize and export quasi-C language code.
- Provides a context-sensitive refactoring browser to a set of low-level refactorings.
- Visualize and manipulate the Control Flow Graph (CFG) and the Abstract Syntax Tree (AST).
- For developers:
- It has an extensible data type for program representation.
- It has an easily extensible architecture (new program metadata, new processors, new refactorings, or new visualizations can easily be added).
- It has an embedded language for describing refactorings and other transformation.
- It is possible to modify the refactorings while running the program.
Version restrictions:
- The IA32 instruction set is not yet fully supported, namely the floating-point and SIMD instructions are not yet translated.
- Not all refactoring are implemented, and some are only have a partial implementation.
- The data flow analysis performed in the refactorings focus only on register variables.
- The implementation of several of many necessary the refactorings is still missing due to lack of time.
<<less
Download (0.022MB)
Added: 2007-08-09 License: LGPL (GNU Lesser General Public License) Price:
857 downloads
Decomp 0.0

Decomp 0.0


Decomp is a sorta complete decompiler. more>>
Decomp is a sorta complete decompiler. It supports (more or less) ELF32, ELF64, PE, NE, MZ, and COM executables on the IA-32 architecture (x86).

Itll tell you it also supports the Alpha, but dont believe it. The generated code cant be recompiled so it isnt terribly useful, but its a great toy to play with and it does decompile things just fine.

Usage: decomp [OPTION]... < FILE >

Decompile FILE into a complete assembly language file which can in turn be re-assembled.

-o, --output < file > Place output in file. The default is to append .S to the input file name.

-h, --help Print this message.
-v, --version Print version information.

-a, --address Print the address of each instruction.
-c, --opcode Print the opcode of each instruction.
-p, --prefix Print any instruction prefixes.

-d, --debug Print debugging information.
-t, --trace Turn on memory tracing.

-q, --queue-size < size > Adjust the size of the output instruction queue. Only use this if you know what you are doing.

IA-32 specific options:
-s, --style < nasm|gas > Select assembly language style. Not yet implemented.
<<less
Download (0.078MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1307 downloads
swfdec 0.5.1

swfdec 0.5.1


swfdec is a library and small player for SWF files. more>>
Swfdec is a library for rendering Flash animations and games. swfdec project was originally designed as a basis library for creating Flash plugins for GStreamer, but it is a fully standalone library which only use the libart library for drawing. Swfdec is released under the LGPL.

Included with swfdec is Gtk+-based application called swf_play and a Mozilla plug-in that uses swf_play to display SWF animations in a browser window.

<<less
Download (1.3MB)
Added: 2007-08-05 License: LGPL (GNU Lesser General Public License) Price:
827 downloads
SWF::Element 0.42

SWF::Element 0.42


SWF::Element is a set of classes of SWF tags and elements. more>>
SWF::Element is a set of classes of SWF tags and elements.

SYNOPSIS

use SWF::Element;
use SWF::BinStream;

$swf_stream=SWF::BinStream::Write;
....
$rect=SWF::Element::RECT->new;
$rect->configure(Xmin=>0, Ymin=>0, Xmax=>100, Ymax=>100);
$rect->pack($swf_stream);
....

SWF::Element module handles SWF tags and any other sub elements to create, configure, clone, pack to bit strings, and unpack from bit strings.

SWF::Element::*

SWF::Element class is a base class of SWF element, such as Tag, RECT, SHAPE, etc. Each SWF::Element object has one or more fields.

<<less
Download (0.050MB)
Added: 2007-01-04 License: Perl Artistic License Price:
1034 downloads
WebSwf Slide Show Creator 1.0

WebSwf Slide Show Creator 1.0


WebSwf is a program for generating slide shows in Macromedia SWF Flash format. more>>
WebSwf is a program for generating slide shows in Macromedia SWF Flash format. WebSwf Slide Show Creator is a multi-user application with a client-server architecture. SWF generation is done with PHPs Ming extensions.
Main features:
- Multi user, every user can keep different projects, a project is a container for one or more slideshows.
- Simple and cross fading are supported.
- Client-server, all data are stored in the server database and folders.
- Modern browsers are supported, for example Firefox.
- Built upon well known open-source technologie such as PHP, MySQL and Ming SWF libraries, can be easily customized.
- Slideshows can be tailored to be used on an handheld device.
<<less
Download (MB)
Added: 2006-02-22 License: GPL (GNU General Public License) Price:
1362 downloads
SWFTools 0.8.1

SWFTools 0.8.1


SWFTools is a collection of SWF manipulation and creation utilities written by Rainer Böhme and Matthias Kramm. more>> <<less
Download (1.7MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
997 downloads
Encaps Gallery 1.7.12

Encaps Gallery 1.7.12


Encaps Gallery is photo album software which supports different skins (html-templates). more>>
Encaps Gallery project is photo album software which supports different skins (html-templates). The design of photo album is based on native PHP and HTML templates. Encaps photo Gallery software has 6 predefined skins. Photo album software back-end demo
Main features:
- MySQL database installer
- create unlimited categories
- upload unlimited media files (images,mov,swf)
- automatic thumbnails creation (optional)
- easy to install and use
- web-admin (back-end)
- large number of images is splitted by pages
- PayPal shopping cart (optional, can be enabled/disabled from back-end)
Encaps Gallery photo album software is trying to provide a free, light weight & flexible to customize web application for online digital photo album creating. That allows you to create a custom photo album on your web page. Encaps Gallery photo album software may be run stand-alone or embedded within another web page. PHP photo gallery helps you to create your custom photo album. Encaps photo Gallery is fully functional ready-to-go image hosting system written in PHP.
Photo album scripts come with an Admin panel to manage your photo galleries and images, completely customizable using HTML templates. You can easily create and manage photo albums, using http/ftp image upload and admin back-end.
<<less
Download (0.22MB)
Added: 2007-07-19 License: Freely Distributable Price:
830 downloads
mod_swf2html 0.1

mod_swf2html 0.1


mod_swf2html is a module to incorporate Macromedia Flash Search Engine SDK into Apache 2. more>>
mod_swf2html is a module to incorporate Macromedia Flash Search Engine SDK into Apache 2. Using this module, you can extract text and link informations from a flash file and return them in HTML format.

Only tested on the HEAD of httpd-2.0 and FreeBSD-current but it will work with any version of Apache 2 and many UNIXen with a few modifications.
mod_swf2html is currently considered in alpha level.

Installation:

Before compiling mod_swf2html, you should get Macromedia Flash Search Engine SDK and PCRE library, and Apache 2 of course.

After getting and making Macromedia Flash Search Engine SDK and PCRE library, extract source files from the tarball, which you can get from the bottom of this page, and edit Makefile to change values of FLASH_SEARCHDIR, PCRE_INC, and APXS.
try ``make.

If you are succeeded in making mod_swf2html, install it by ``make install. It will install mod_swf2html.so in the appropriate directory (e.g. /usr/local/apache2/modules).

Configuration

Add following two lines to load mod_swf2html.so.

LoadFile /usr/local/lib/libpcre.so
LoadModule swf2html_module modules/mod_swf2html.so

Next, add the following line inside a Directory or Location section in your httpd.conf and restart your Apache 2.

AddHandler swf2html-handler .swf

e.g.

< Directory /usr/local/apache2/htdocs >
AddHandler swf2html-handler .swf
< /Directory >

If xxx.swf exists in a directory under which mod_swf2html is enabled, accessing it adding ``convert=html to the URI causes the conversion of xxx.swf into HTML by this modules. There are two options so far; one is option=textonly and another option=linkonly. If you add option=textonly, only text informations will be extracted. On the other hand, option=linkonly make mod_swf2html extract only link informations. Both text and link informations will be extracted with no option.
e.g.

< http://www.foo.com/xxx.swf >
--> no conversion.
< http://www.foo.com/xxx.swf?convert=html >
--> extract text and link informations in HTML format.
< http://www.foo.com/xxx.swf?convert=html&option=linkonly >
--> link informations only.
< http://www.foo.com/xxx.swf?convert=html&option=textonly >
--> extract just text informations.

There are other directives, Swf2HtmlForceConvert and Swf2HtmlConvertIfBrowserMatch. Both take one argument as follows;

< VirtualHost * >
ServerName www1.foo.com
DocumentRoot /usr/local/apache2/htdocs
ErrorLog logs/www1.error_log
CustomLog logs/www1.access_log combined

AddHandler swf2html-handler .swf
Swf2HtmlForceConvert yes
< /VirtualHost >

< VirtualHost * >
ServerName www1.foo.com
DocumentRoot /usr/local/apache2/htdocs
ErrorLog logs/www1.error_log
CustomLog logs/www1.access_log combined

AddHandler swf2html-handler .swf
Swf2HtmlConvertIfBrowserMatch w3m
Swf2HtmlConvertIfBrowserMatch googlebot
< /VirtualHost >

As you can imagine from the name of the directive, setting Swf2HtmlForceConvert to yes makes all swf files converted.

On the other hand, you can choose when the conversion occurs by using Swf2HtmlConvertIfBrowserMatch directive, which make swf files converted if User-Agent header matches the string in case-insensitive manner. This matching is done usgin PCRE library and you can write perl compatible pattern.

<<less
Download (0.006MB)
Added: 2006-04-20 License: GPL (GNU General Public License) Price:
1290 downloads
SWF::Builder::ActionScript 0.15

SWF::Builder::ActionScript 0.15


SWF::Builder::ActionScript is a SWF ActionScript object. more>>
SWF::Builder::ActionScript is a SWF ActionScript object.

SYNOPSIS

$mc->frame_action(1)->compile( on(KeyPress, )->compile(move_mc(-5));
$mc_i->on(KeyPress, )->compile(move_mc(5));
$mc_i->on(EnterFrame)->r_rotate(15);

<<less
Download (0.16MB)
Added: 2007-01-02 License: Perl Artistic License Price:
1037 downloads
vnc2swf 0.9.1 (pyvnc2swf)

vnc2swf 0.9.1 (pyvnc2swf)


vnc2swf is a recording tool for VNC that records sessions and generates a Macromedia Flash movie file (SWF). more>>
vnc2swf is a recording tool for VNC that records sessions and generates a Macromedia Flash movie file (SWF).

The project can be used as an X11 recorder or a Windows desktop recorder.

<<less
Download (0.061MB)
Added: 2006-11-09 License: GPL (GNU General Public License) Price:
1085 downloads
 
Other version of vnc2swf
Vnc2swf 0.8.2for VNC that records sessions and generates a Macromedia Flash movie file (SWF). movie file (SWF). It can be used as an X11 recorder or a Windows desktop recorder. Vnc2swf comes
License:GPL (GNU General Public License)
Download (0.057MB)
1353 downloads
Added: 2006-02-10
SWF::Builder::Character::Sound 0.15

SWF::Builder::Character::Sound 0.15


SWF::Builder::Character::Sound is a SWF Sound character. more>>
SWF::Builder::Character::Sound is a SWF Sound character.

SYNOPSIS

my $sound = $mc->new_sound( ring.mp3 );
$sound->play;

This module creates SWF sound characters from MP3 or raw Microsoft WAV files.

$sound = $mc->new_sound( $filename )

loads a sound file and returns a new sound character. It supports only MP3 now.

$sound->play( [ %options ] )

plays the sound.

Options:

MovieClip => $mc, Frame => $frame

MovieClip(MC) is a parent movie clip on which the sound is played. If MC is not set, the sound is played on the movie clip in which it is defined. Frame is the frame number on which the sound is played.

Multiple => 0/1

avoids/allows multiple playing. If 0, dont start the sound if already playing.

Loop => $count

sets the loop count.

In => $in_msec, Out => $out_msec

In sets the beginning point of the sound and Out sets the last in milliseconds.

Envelope => [ $msec1, $volumelevel1, $msec2, $volumelevel2, ... ]

sets the sound envelope. Volume level is set to $volumelevel1 at $msec1, and $volumelevel2 at $msec2, ... Volume level can take a number from 0 to 32768, or a reference to the array of volume levels of left and right channels.

$sound->stop( [ MovieClip => $mc, Frame => $frame ] )

stops playing the sound. It can take MovieClip and Frame options as same as the play method.

$sound->start_streaming( [ MovieClip => $mc, Frame => $frame ] )

starts the streaming sound, which synchronizes with the movie timeline. It can take MovieClip and Frame options as same as the play method.

$sound->Latency( $msec )

sets the sound latency in milliseconds.

<<less
Download (0.16MB)
Added: 2006-11-13 License: Perl Artistic License Price:
1081 downloads
FLV::ToSWF 0.12

FLV::ToSWF 0.12


FLV::ToSWF is a Perl module to convert an FLV file into a SWF file. more>>
FLV::ToSWF is a Perl module to convert an FLV file into a SWF file.

SYNOPSIS

use FLV::ToSwf;
my $converter = FLV::ToSWF->new();
$converter->parse_flv($flv_filename);
$converter->save($swf_filename);
See also flv2swf.

Transcodes FLV files into SWF files. See the flv2swf command-line program for a nice interface and a detailed list of caveats and limitations.

<<less
Download (1.2MB)
Added: 2006-08-24 License: Perl Artistic License Price:
686 downloads
FlowPlayer 1.19

FlowPlayer 1.19


FlowPlayer is a video player for Flash Video in FLV format. more>>
FlowPlayer project is a video player for Flash Video in FLV format. The UI is clean and simple.
The player is easy to configure and embed into your home page, site, or blog.
FlowPlayer.swf is a player that is ready to be used out-of-the box. FlowPlayer.html is an example of Web page that uses it. The name of the video file to be loaded by the player is specified in html page in the < object > tags flashvars attribute. This attribute is there in two places (both in < objec t> and < embed > tags) to maximize the number of supported Web browsers.
By default, the player loads the video file from the same location as it loads FlowPlayer.swf. The name of this variable is videoFile and the value should be the name of the video file with or without an extension.
There is also a way to specify a complete URL. This is done using the baseURL variable. When this mechanism is used the video files and FlowPlayer.swf may reside in different locations within the Web server or even in different servers.
autoPlay variable is used to specify whether playback should start immediately when the player has been loaded into the Web browser. Legal values for this parameter are true and false.
Please refer to FlowPlayer.html for descriptions of all HTML parameters used to control the player.
Enhancements:
- New FlowPlayer Skinning Kit to make skinning the player better than ever before.
- There is a new package in the downloads for this.
- Added all dependencies to the source distribution package and now its easier for new developers to start hacking.
- Fixes: VideoHeight does not have any effect in full screen mode any more, now resizes to fit the full area.
- Configured progress bar, buffering bar etc. colors were ignored and now work as espected.
<<less
Download (0.050MB)
Added: 2007-07-20 License: The Apache License 2.0 Price:
868 downloads
WebCharts3D 5.2

WebCharts3D 5.2


WebCharts 3 allows you to deliver general purpose and specialized 2- and 3-dimensional charts. more>>
WebCharts 3 allows you to deliver general purpose and specialized 2- and 3-dimensional charts as applets or interactive server-generated images (PNG, GIF, JPEG, SWF, SVG, PDF, TIFF, and WBMP) to Web browsers and mobile devices, or embed charts into stand-alone Swing/SWT applications.
WebCharts3D includes a WYSIWYG (What You See Is What You Get) designer that can be easily incorporated into your own applications to provide your end-users with chart editing capabilities. Full JSF support is included.
Enhancements:
- This version offers many enhancements including new chart attributes such as line and curve strokes and error bars, new maps, and improved gauges.
- It also provides a full-featured plugin for Eclipse that can be used instead of WebCharts3D Designer and offers XML, Java, and JSF/JSP/Swing/SWT code generation capabilities along with browser-based chart preview.
- The product now supports two additional formats - VML (Vector Markup Language) and CANVAS tag, which allow it to render the charts directly as vector graphics inside the browsers instead of using image generation.
<<less
Download (8.4MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
1196 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3