aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* move from const generic to iterator approachJohannes Stoelp2023-01-301-6/+6
| | | | | | | | | This implies that we parse the phdr every time when we iterator over them however it also gives the flexibility of not providing an upper bound of supported load segments during compile time. Trading flexibility vs potential repetitive work is totally fine as in use cases this crate is used, the phdrs are usually iterated once or twice.
* make crate no_std compatibleJohannes Stoelp2022-04-291-3/+7
|
* initial commit of elfloadJohannes Stoelp2022-04-271-0/+24