onsdagens / riscv-elf-parse

RISC-V ELF file parser into lib defined Rust format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RISC-V ELF Parser

WIP !

The example simple.rs will compile the RISC-V assembly source file passed under the --source-path flag, link it according to script passed under --link-path , and generate a Memory struct

It may be used on example assembly and linker script using

cargo run --example simple -- --source-path test.s --link-path memory.x

About

RISC-V ELF file parser into lib defined Rust format.


Languages

Language:Rust 96.1%Language:Assembly 3.9%