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

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)`

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.