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.
This commit is contained in:
parent
3d4c4933ec
commit
3daffbf113
58 changed files with 30295 additions and 2504 deletions
|
|
@ -1,11 +1,13 @@
|
|||
VERSION=1
|
||||
/
|
||||
00000007:ASYLUM.DLL:c0a86451fc492611033559300
|
||||
00000006:CRUSADER-RAW.EXE:c0a8647bdba516037949612600
|
||||
00000000:CRUSADER.EXE:c0a8647bf0178892741854800
|
||||
00000001:CRUSADER_NE_WRAPPED.EXE:c0a8647beb3812826386895600
|
||||
00000008:EUSECODE.FLX:c0a86451f2583322595358500
|
||||
00000002:seg001_code_off_37600_len_8400.bin:c0a8647bf4b212984786819600
|
||||
00000003:seg021_code_off_50200_len_4486.bin:c0a8647bd82013090643707800
|
||||
00000004:seg030_code_off_5E000_len_5071.bin:c0a8647bfe7615910786193500
|
||||
00000005:seg059_code_off_86A00_len_4288.bin:c0a8647bdaf715949048416300
|
||||
NEXT-ID:7
|
||||
NEXT-ID:9
|
||||
MD5:d41d8cd98f00b204e9800998ecf8427e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue