I'm trying to get the breakpad data out of a minidump generated by it, but as currently written UserStreams that aren't recognized by the directory parser get logged and discarded. This means I'll have to parse the stream data myself to extract these streams, instead of just access to these "unknown" streams that the library loads but doesn't parse.