8 stable releases

1.1.5 Feb 27, 2024
1.1.4 Jan 12, 2024
1.1.3 Dec 14, 2023
1.1.2 Aug 24, 2023
1.0.1 Jun 9, 2023

#97 in Unix APIs

Download history 97/week @ 2024-01-01 167/week @ 2024-01-08 411/week @ 2024-01-15 507/week @ 2024-01-22 652/week @ 2024-01-29 383/week @ 2024-02-05 566/week @ 2024-02-12 293/week @ 2024-02-19 479/week @ 2024-02-26 765/week @ 2024-03-04 633/week @ 2024-03-11 411/week @ 2024-03-18 6/week @ 2024-03-25 219/week @ 2024-04-01

1,274 downloads per month

MIT license

71KB
1.5K SLoC

elfcore

The repository contains the elfcore crate, which provides a way to create memory dumps of running processes on Linux without external dependencies. Dumps are generated using the ELF core dump format. Documentation can be found in the corresponding rustdoc for the crate.

Included is a small sample program elfcore-example that creates an ELF core dump of a specified process. Run it with something like:

cargo run elfcore-example -- <pid> dump.core

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Dependencies

~3.5MB
~69K SLoC