Skip to content

sethm/we32dis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WE32100 COFF Object File Disassembler

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.

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

Building

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.

LICENSE

This project is distributed under the MIT License. See the file LICENSE.txt for more information.

About

WE 32100 COFF disassembler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages