Crate elfcore

Source
Expand description

A Rust library for creating ELF core dump files.

Structs§

CoreDumpBuilder
A builder for generating a core dump of a process by pid, optionally with custom notes with content from files
ProcessView
View of a Linux light-weight process

Enums§

CoreError
Error encountered during creating a core dump file

Functions§

write_core_dump
Writes an ELF core dump file