Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(elfloader): Sort phdr entries by paddr before return to `readFrom…
…Elf()` (#566) The `readFromElf()` relies on all phdr entries are sorted by paddr, which is not mandatory for the ELF format. We must sort the parsed `sections` before return back to `readFromElf()`. Signed-off-by: Jiuyue Ma <[email protected]>
- Loading branch information