-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.