【发布时间】:2017-12-28 13:13:51
【问题描述】:
Encoding the shellcode three times using the x64 xor Encoder
我正在编写自己的漏洞利用程序,我想知道在我的程序中添加 shellcode 时是否需要对其进行解码,或者解码器存根是否已经在 shellcode 中?如果我需要解码,我该怎么做,没有给出密钥?
【问题讨论】:
-
每次迭代中的 40 字节增量可能指向将解密下一次迭代的有效负载的存根。如果您粘贴 shellcode,我可以为您提供更好的帮助。
标签: 64-bit decode xor shellcode metasploit