aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* add explicit lifetime annotation to allow borrowing bytes from LoadSegment ↵Johannes Stoelp2022-04-301-3/+3
| | | | after Elf went out of scope
* add TypeConversion error and contains method on LoadSegment to check if addr ↵Johannes Stoelp2022-04-301-9/+23
| | | | is contained in segment
* minor cleanupJohannes Stoelp2022-04-291-14/+14
|
* lint: replace explicit lifetime with elided onJohannes Stoelp2022-04-291-1/+1
|
* make crate no_std compatibleJohannes Stoelp2022-04-291-19/+48
|
* check mul/add when indexing into phdrJohannes Stoelp2022-04-281-1/+2
|
* fix macro nameJohannes Stoelp2022-04-281-4/+4
|
* initial commit of elfloadJohannes Stoelp2022-04-271-0/+299