Skip to content

YaronKoresh/enable-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enable Console (PE Patcher)


About the project:

  • The project was created by Yaron Koresh.

  • This project is licensed under the MIT open-source license.


What it does?

  • Patches Windows Executables (.exe) to force the Console Subsystem (3) instead of GUI (2).
  • Allows developers to view stdout/stderr output in a terminal window for GUI apps.
  • Safely detects the current subsystem before patching.

Basic installation:

  • Install Python 3.x.
  • Download enable_console.py.
  • No external dependencies are required.

Basic usage:

  • Run the script via CMD or PowerShell with the target EXE path: py .\enable_console.py "target_application.exe"

Do you need help?

  • Before asking general support questions, please make sure you are using the latest version.

  • When looking for support, please first search for your question in open or closed issues.

  • GitHub issues are a good way for tracking enhancements and bugs, but also for get some help.

  • Feel free to open new issues, using one of the available templates, or create an issue from scratch.


Enjoy :)