
该程序旨在混淆shellcode。
该程序旨在混淆 shellcode。 目前该工具支持 2 种加密方式。
1) XOR
2) AES
该工具接受 4 种格式的 shellcode。
1) base64
2) hex
3) c
4) raw
用法 描述
----- -----------
/f 指定 shellcode 的格式
base64
hex
c
raw
/enc 指定 shellcode 将被加密的加密类型(aes 或 xor)
/key 指定用于加密 shellcode 的密钥(默认 = SuperStrongKey)
/path 指定包含 shellcode 的文件路径
/url 指定托管 shellcode 的 URL
/o 指定保存加密后 shellcode 的文件路径(默认 = output.bin)
/help 显示帮助
https://3xpl01tc0d3r.blogspot.com/2020/08/introduction-to-obfuscator.html