gz / rust-elfloader

Library to load and relocate ELF files.
https://docs.rs/elfloader
Apache License 2.0
117 stars 23 forks source link

Sample code in README.md doesn't match the latest release on crates.io #12

Closed Trolldemorted closed 4 years ago

Trolldemorted commented 4 years ago

Apparently load got a new parameter since the last release, which is documented but not published. Is there anything blocking the release of 0.11?

gz commented 4 years ago

Released version 0.11 with your latest changes, thanks!