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.exeConvert binary to Windows script with exe2hex
exe2hex -x nc.exe -p nc.cmd && cat nc.cmd | xclip -sel cLast updated