Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move from const generic to iterator approach | Johannes Stoelp | 2023-01-30 | 1 | -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 compatible | Johannes Stoelp | 2022-04-29 | 1 | -3/+7 |
| | |||||
* | initial commit of elfload | Johannes Stoelp | 2022-04-27 | 1 | -0/+24 |