gz / rust-elfloader

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

Add RISCV Support #40

Closed landhb closed 1 year ago

landhb commented 1 year ago

This PR adds the relevant relocation types and tests for RISCV.

Should close #32.

gz commented 1 year ago

Awesome work thanks!