Expand description
Synthetic dump builders for unit tests.
These are only compiled when cfg(test) is active or when explicitly
depended on by other test modules.
This is test-fixture infrastructure (a pub mod so integration tests can
reach it), so panic-on-failure via unwrap/expect is the intended
behavior — a broken fixture should fail loudly, not silently degrade.
Structs§
- Avml
Builder - Build a synthetic AVML dump byte-by-byte.
- Crash
Dump Builder - Build a synthetic Windows 64-bit crash dump (
_DUMP_HEADER64). - ElfCore
Builder - Build a synthetic ELF core dump for testing.
- Hiberfil
Builder - Build a synthetic Windows hibernation file (
hiberfil.sys). - Kdump
Builder - Build a synthetic kdump (makedumpfile) dump for testing.
- Lime
Builder - Build a synthetic LiME dump byte-by-byte.
- Vmware
State Builder - Build a synthetic VMware
.vmss/.vmsnstate file.