You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: