Exe2hex

NOTE:

Copy and paste the contents of the cmd file into a command prompt.

Pack and compress the executable with upx

upx -9 nc.exe

Convert binary to Windows script with exe2hex

exe2hex -x nc.exe -p nc.cmd && cat nc.cmd | xclip -sel c

Last updated