Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afranchuk/framehop-object
A convenience crate for implementing framehop::ModuleSectionInfo
https://github.com/afranchuk/framehop-object
Last synced: 3 months ago
JSON representation
A convenience crate for implementing framehop::ModuleSectionInfo
- Host: GitHub
- URL: https://github.com/afranchuk/framehop-object
- Owner: afranchuk
- Created: 2024-06-04T20:06:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T19:31:20.000Z (7 months ago)
- Last Synced: 2024-10-08T16:23:59.096Z (3 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `framehop-object`
This crate provides an implementation of `framehop::ModuleSectionInfo` for the `object` crate, to
make using the two crates together easy. It attempts to support different combinations of `framehop`
and `object` versions for maximum flexibility. If you encounter a breaking version combination
please submit an issue!## Version Compatibility
| Crate Version | Framehop Version(s) | Object Version(s) |
| ------------- | ------------------- | ----------------- |
| 0.1.0 | >= 0.9 | >=0.30,<0.35 |
| 0.2.0 | >= 0.9 | >=0.35 |## Usage
The crate exposes a `ObjectSectionInfo` wrapper. When created with a type implementing
`object::read::Object`, it will implement `framehop::ModuleSectionInfo` using that type.