This script parses and decodes all .edf
files in the current 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.
- Python 3.x
eolib
package
- Clone the repository or download the script.
- Install the required package using pip:
pip install -r requirements.txt
Place the script in the directory containing your .edf
files and run the script:
python main.py
This project uses the eolib-python library for data encryption and decryption. You can find the library on GitHub: eolib-python
This project is licensed under the MIT License. See the LICENSE file for more information.