Hey I'm working on a universal extractor and I'm slowly working my way through your list of either unsupported formats or ones only extracted by generic ways (like foremost) because I kinda ran out of formats to add and thought it might interest you:
https://github.com/smiRaphi/UniPyX
lib/sub1: somewhat more common formats
lib/sub2: ROMs
lib/sub3: executables & installers
lib/sub4: mainly random archives from games or from wherever
lib/sub5: niche compressors
had to split them because the python linter doesn't like working with hundreds of cases in a single file (which I should probably rework but eh....)
I also have a couple of formats you don't have but I didn't keep like an exact list of that, like a bunch of very niche compressors, DOL (GameCube & Wii executable) packers, different ROM formats, etc, etc.
Hey I'm working on a universal extractor and I'm slowly working my way through your list of either unsupported formats or ones only extracted by generic ways (like foremost) because I kinda ran out of formats to add and thought it might interest you:
https://github.com/smiRaphi/UniPyX
lib/sub1: somewhat more common formats
lib/sub2: ROMs
lib/sub3: executables & installers
lib/sub4: mainly random archives from games or from wherever
lib/sub5: niche compressors
had to split them because the python linter doesn't like working with hundreds of cases in a single file (which I should probably rework but eh....)
I also have a couple of formats you don't have but I didn't keep like an exact list of that, like a bunch of very niche compressors, DOL (GameCube & Wii executable) packers, different ROM formats, etc, etc.