phra / PEzor

Open-Source Shellcode & PE Packer

Home Page:https://iwantmore.pizza/posts/PEzor.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmd window is visible

Simon-Davies opened this issue · comments

You need to hide the cmd window for the generated .exe

You can use the below function:

FreeConsole();

https://docs.microsoft.com/en-us/windows/console/freeconsole

Try changing this file: https://github.com/phra/PEzor/blob/master/PEzor.cpp

int _main(int argc, char** argv) { FreeConsole(); #ifdef _DEBUG_