MCPcopy Create free account
hub / github.com/Slowerzs/PPLSystem / DmpParser

Class DmpParser

src/kdmp/parser.rs:246–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246pub struct DmpParser<'a> {
247 pub buffer: &'a [u8],
248 pub pages: HashMap<PhysicalAddress, usize>,
249 pub directory_table_base: PhysicalAddress,
250 pub ps_active_process_list: VirtualAddress,
251}
252
253impl<'a> Parsable<'a> for DmpParser<'a> {
254 fn from_buffer(buf: &'a [u8]) -> Result<Self, ParsingError> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected