Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 671 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 671 Bytes

director-files-extract

This Python script extracts Macromedia / Adobe Director movies and casts from Windows and Mac executables.

Usage: python shock.py application.exe

Files will be extracted to a folder named after the application file.

This script was created by eientei, with bugfixes contributed by Tomysshadow and myself (nosamu).

fix-director-files

This Python script checks whether Director files have the correct extension and size. It automatically trims extra bytes and fixes the file extension if necessary.

Usage: python fix_director_files.py file1.dxr file2.dcr ...

This script was created by nosamu (myself) with code contributed by eientei.