Skip to content

Python tool to extract SWF files from Flash projector executable bundles

License

Notifications You must be signed in to change notification settings

GTcreyon/swf-unbundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWF Unbundler

A python tool to extract SWF files from Flash projector executable bundles.

Dependencies

Usage

  1. Download unbundle.py
  2. Open a command line (CMD, PowerShell, Bash, Terminal, etc.) in the directory containing unbundle.py
  3. Run python unbundle.py -i <path to input file> -o <path to output file> (might be python3 instead of python)

Arguments

  • -i, --input
    • Specifies the path of the input file
    • Omitting this will read from stdin
  • -o, --output
    • Specifies the path of the output file
    • Omitting this will print to stdout
  • -v, --verbose
    • Displays verbose output
  • -e, --executable
    • Retrieves the executable instead of the SWF
  • -b, --bundlewith
    • Specifies the path of a standalone executable.
    • When present, bundles the input SWF with this executable instead of extracting.

Credit

http://www.nullsecurity.org/article/extracting_swf_from_flash_projector

About

Python tool to extract SWF files from Flash projector executable bundles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages