sysprogs / WinCDEmu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for plugins to add custom formats?

whocares0101 opened this issue · comments

Is there any plugin support to add custom formats? If not consider this a feature request.

You can add new image formats by implementing the AICDImageFormatParser interface and adding a new format parser to the ImageFormats library. Just submit your implementation here and as long as it does not crash anything, we'll include it in the WinCDEmu source tree.

Is it possible treat archives (zip, 7z) as drive images?

commented

I wonder if the two projects couldn't have something more to share? @sysprogs @rokm

I mean, it sounds dumb to say, but it always sucks to duplicate effort (especially for, say, #13) - and I guess it would eventually help that CDemu strived a great deal to keep as much as possible away from kernel specificities.
(also, it's funny the names are almost the same)