Crusader_Decomp/tools
MaddoScientisto 3daffbf113 Add extractor for Crusader's EUSECODE.FLX container
- Implemented a Python script to extract data from the EUSECODE.FLX file format.
- Defined data structures for candidate entries and extracted chunks using dataclasses.
- Added functions to read and parse the FLX table, extract candidate data, and generate human-readable output files.
- Included functionality for analyzing extracted data, including generating summaries, descriptors, and event family reports.
- Implemented utilities for calculating printable ratios, zero ratios, and identifying text-like data.
- Added support for writing various output formats, including JSON, TSV, and Markdown.
2026-03-22 14:27:38 +01:00
..
__pycache__ Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
pyghidra_crusader Add script to apply NE far call fixups from TSV files 2026-03-21 13:25:21 +01:00
__init__.py Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
extract_eusecode_flx.py Add extractor for Crusader's EUSECODE.FLX container 2026-03-22 14:27:38 +01:00