Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openwitch/exe2fbin
exe2fbin
https://github.com/openwitch/exe2fbin
wonderswan wonderwitch
Last synced: about 2 months ago
JSON representation
exe2fbin
- Host: GitHub
- URL: https://github.com/openwitch/exe2fbin
- Owner: OpenWitch
- Created: 2024-10-19T09:20:19.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T12:14:39.000Z (2 months ago)
- Last Synced: 2024-10-19T22:43:31.264Z (2 months ago)
- Topics: wonderswan, wonderwitch
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.