Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add readme/licHEADmain | Johannes Stoelp | 2024-06-05 | 2 | -0/+27 |
* | move from const generic to iterator approach | Johannes Stoelp | 2023-01-30 | 2 | -161/+282 |
* | remove read_u8 and derive FromEndian for u8 | Johannes Stoelp | 2022-05-22 | 1 | -11/+3 |
* | add explicit lifetime annotation to allow borrowing bytes from LoadSegment af... | Johannes Stoelp | 2022-04-30 | 1 | -3/+3 |
* | add TypeConversion error and contains method on LoadSegment to check if addr ... | Johannes Stoelp | 2022-04-30 | 1 | -9/+23 |
* | minor cleanup | Johannes Stoelp | 2022-04-29 | 1 | -14/+14 |
* | lint: replace explicit lifetime with elided on | Johannes Stoelp | 2022-04-29 | 1 | -1/+1 |
* | make crate no_std compatible | Johannes Stoelp | 2022-04-29 | 2 | -22/+55 |
* | check mul/add when indexing into phdr | Johannes Stoelp | 2022-04-28 | 1 | -1/+2 |
* | fix macro name | Johannes Stoelp | 2022-04-28 | 1 | -4/+4 |
* | initial commit of elfload | Johannes Stoelp | 2022-04-27 | 4 | -0/+333 |