b4nbird / shellcode_entropy_less

replace the shellcode chatacters so that reduce the entropy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shellcode_entropy_less

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"

Usage:

copy your shellcode to replace.cpp, get the replaced result 图片

copy it to shellcodeloader.cpp and feel free to change the shellcodeloader 图片

Result:

image

图片

About

replace the shellcode chatacters so that reduce the entropy


Languages

Language:C++ 99.6%Language:C 0.4%