Given an ELF file. Supported ISA: RISC-V (RV32I, RV32M, RVC). A program outputs .text and .symtable sections for the file.
To run the program, you will need Java 11.
-
Put an ELF file in src.
-
Do command:
javac Main.java
- Do command:
java Main <input_file_name> <output_file_name>