chsub

Change Windows executables between console and Win32 applications.
https://github.com/jonypawks/chsub

To install, run:

haxelib install chsub 0.1.1 

See using Haxelib in Haxelib documentation for more information.

README.md

chsub

Change the subsystem of a PE executable between console and windows applications.

Installation

chsub is available in the haxelib repository and can be installed with haxelib install chsub.

Usage

haxelib run chsub [windows|console] EXE_FILE

So to change a console application to a windows application:

$ haxelib run chsub windows ./path/to/app.exe

And then to reverse the changes:

$ haxelib run chsub console ./path/to/app.exe
Contributors
jprintz
Version
0.1.1
Published
4 years ago
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub