An open API service indexing awesome lists of open source software.

https://github.com/pigeonhands/pewter

PE file reader and writer (WIP)
https://github.com/pigeonhands/pewter

Last synced: 4 months ago
JSON representation

PE file reader and writer (WIP)

Awesome Lists containing this project

README

        

pewter
=======

[![github-badge]][github-link]
[![crates-pewter-badge]][crates-pewter]
[![docs][docs-pewter-badge]][docs-pewter]
![License][license-badge]

[license-badge]:https://img.shields.io/crates/l/pewter.svg?style=for-the-badge
[github-badge]: https://img.shields.io/badge/github-pigeonhands/pewter-8da0cb?style=for-the-badge&labelColor=555555&logo=github
[github-link]: https://github.com/pigeonhands/pewter
[actions-badge]: https://img.shields.io/github/actions/workflow/status/pigeonhands/pewter/ci.yml?branch=master&style=for-the-badge
[actions-url]: https://github.com/pigeonhands/pewter/actions
[crates-pewter-badge]: https://img.shields.io/crates/v/pewter.svg?style=for-the-badge&color=fc8d62&logo=rust
[crates-pewter]: https://crates.io/crates/pewter
[docs-pewter-badge]: https://img.shields.io/badge/docs.rs-pewter-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs
[docs-pewter]: https://docs.rs/pewter

-----
A libarary for reading and writing PE files.

The documentation for this code is directly from [Microsofts pe-format documentation](https://learn.microsoft.com/en-us/windows/win32/debug/pe-format).