Skip to content

GermanRandle/elf-disassembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

elf-disassembler

Given an ELF file. Supported ISA: RISC-V (RV32I, RV32M, RVC). A program outputs .text and .symtable sections for the file.

For running

To run the program, you will need Java 11.

  1. Put an ELF file in src.

  2. Do command:

javac Main.java

  1. Do command:

java Main <input_file_name> <output_file_name>

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages