This script parses and decodes all .edf files in the specified directory and saves the decoded content to .txt files.
- Decodes various types of EDF files including Curse Filter, Checksum, and Credits.
- Handles encoded and unencoded EDF files.
- Uses interleave and deinterleave algorithms for decoding.
- PHP 7.x or later
eolib-phppackage
- Clone the repository or download the script.
- Install the required package using Composer:
composer install- Ensure proper autoloading by generating the autoload files:
composer dump-autoloadRun the script from the command line, providing the path to the directory containing your .edf files:
php src/main.php /path/to/edf/filesThis project uses the eolib-php library for data encryption and decryption. You can find the library on GitHub: eolib-php
This project is licensed under the MIT License. See the LICENSE file for more information.