This is a disassembler for WE32100 COFF object files (both linked executables and unlinked objects).
It is a work in progress, and not very good at the moment. However, it's Good Enough™ for some fairly basic usage.
we32dis [-n <sec>] -h|-i|-s|-d <file>
-n Target the named section (e.g. .text, .data)
-h Dump file header information
-i Dump section information
-t Dump symbol table
-d Disassemble the named section as WE32100 source
<file> The input file
This project is written in Rust (1.31.0 at a minumim). For more information on Rust, see The Rust Language Homepage. To install Rust, it is very convenient to use the rustup toolchain installer, however, other options are available.
This project is distributed under the MIT License. See the file LICENSE.txt for more information.