robiot / rustcat

Rustcat(rcat) - The modern Port listener and Reverse shell
https://git.io/rustcat
GNU General Public License v3.0
675 stars 61 forks source link

Fix Windows colors outside of Cargo #31

Closed WYLDYR closed 2 years ago

WYLDYR commented 2 years ago

Cargo enables ANSI color support, so the ANSI colors work just fine when run with cargo run, but they will not work when run directly from the compiled executable. This is fixed by enabling ANSI color support with Windows API at the start of runtime.

WYLDYR commented 2 years ago

Inactive