Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openwitch/exe2fbin

exe2fbin
https://github.com/openwitch/exe2fbin

wonderswan wonderwitch

Last synced: about 2 months ago
JSON representation

exe2fbin

Awesome Lists containing this project

README

        

# exe2fbin

It turns out that `exe2fbin` is a modified version of Chris Dunford's `exe2com 1.04`;
in particular, most of the EXE header checks have been removed.

As `exe2com 1.04` is public domain, this repository provides an open-source equivalent
to `exe2fbin`, which also happens to compile with modern C compilers. Note that
big-endian CPUs are not supported.

## Changes relative to exe2fbin

* Added support for modern C compilers.
* Updated to `exe2com 1.05`.
* Added `/R` option to print the relocation map.

## License

Public domain, as the original.