Skip to content

memflow/memflow-coredump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memflow-coredump

The coredump connector implements the Microsoft Windows Coredump format for 32-bit and 64-bit Coredump files. It implements support for full core dumps (type 1) and partial bit mapped core dumps (type 5).

Compilation

Installing the library

The recommended way to install memflow connectors is using memflowup.

Development builds

To compile the connector as dynamic library to be used with the memflow plugin system use the following command:

cargo build --release --all-features

The plugin can then be found in the target/release/ directory and has to be copied to one of memflows default search paths.

Linking the crate statically in a rust project

To use the connector in a rust project just include it in your Cargo.toml

memflow-coredump = "0.2"

Arguments

The target argument specifies the filename of the coredump file to be opened.

License

Licensed under MIT License, see LICENSE.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.

About

memflow connector backend for microsoft windows coredump files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages