MCPcopy Create free account
hub / github.com/Slowerzs/CryptDecryptMemory / DumpError

Enum DumpError

src/main.rs:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274
275#[derive(Debug)]
276pub enum DumpError {
277 CreateFileError,
278 DebuggerNotEnabled,
279}
280
281#[allow(non_snake_case, non_camel_case_types)]
282#[repr(C)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected