replace shellcode characters to words so that reduce the entopy
'1' -----> "one" '2' -----> "two" '3' -----> "three" '4' -----> "four"
'5' -----> "five" '6' -----> "six" '7' -----> "seven" '8' -----> "eight"
'9' -----> "nine" '0' -----> "zero" 'a' -----> "apple" 'b' -----> "ban"
'c' -----> "cat" 'd' -----> "date" 'e' -----> "egg" 'f' -----> "fig"
'g' -----> "get" 'h' -----> "hat" 'i' -----> "ice" 'j' -----> "jet"
'k' -----> "kiwi" 'l' -----> "lemon" 'm' -----> "mango 'n' -----> "net"
'o' -----> "orange" 'p' -----> "pear" 'q' -----> "quince" 'r' -----> "raspect"
's' -----> "strawberry" 't' -----> "tank" 'u' -----> "ugly" 'v' -----> "victory"
'w' -----> "water" 'x' -----> "xigua" 'y' -----> "yes" 'z' -----> "zen"
copy your shellcode to replace.cpp, get the replaced result
copy it to shellcodeloader.cpp and feel free to change the shellcodeloader