Skip to content

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

License

Notifications You must be signed in to change notification settings

jonypawks/chsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks