https://github.com/softdevteam/phdrs
A Rust wrapper around `dl_iterate_phdr(3)`
https://github.com/softdevteam/phdrs
Last synced: 10 months ago
JSON representation
A Rust wrapper around `dl_iterate_phdr(3)`
- Host: GitHub
- URL: https://github.com/softdevteam/phdrs
- Owner: softdevteam
- License: other
- Created: 2018-09-17T15:12:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T15:48:32.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T19:44:52.811Z (10 months ago)
- Language: Rust
- Size: 33.2 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Phdrs
A thin wrapper around `dl_iterate_phdr(3)` allowing easier inspection of the
program headers from Rust programs.