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)
- Host: GitHub
- URL: https://github.com/pigeonhands/pewter
- Owner: pigeonhands
- Created: 2023-05-10T08:23:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T02:37:52.000Z (about 2 years ago)
- Last Synced: 2025-01-12T18:11:16.863Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).