Add support for extracting the embedded RIFF container and associated metadata from the projector files. For the time being, only the standard Win projector header is a priority. I think System.Reflection.Metadata package can be used for the basic PE file handling, but it wouldn't be out of the question to just seek the PE file ourselves.
The projector handling should probably layered to seperate assembly too.
Add support for extracting the embedded RIFF container and associated metadata from the projector files. For the time being, only the standard Win projector header is a priority. I think
System.Reflection.Metadatapackage can be used for the basic PE file handling, but it wouldn't be out of the question to just seek the PE file ourselves.The projector handling should probably layered to seperate assembly too.