sysprogs / WinCDEmu

GNU Lesser General Public License v3.0
1.06k stars 149 forks source link

Support for plugins to add custom formats? #4

Open whocares0101 opened 9 years ago

whocares0101 commented 9 years ago

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

sysprogs commented 9 years ago

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.

yulanggong commented 8 years ago

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

Eld0r commented 8 years ago

Anybody tried .mdx ? like in cdemu (linux): https://sourceforge.net/p/cdemu/mailman/message/29495356/ https://sourceforge.net/p/cdemu/feature-requests/13/ (but uncompressed...)

mirh commented 6 years ago

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)