Linux_ShellCode
在寄存器都是非理想值情况下(shellcode可根据环境具体触发时寄存器的值做长度调整),我本着最优通用的原则,整理了Linux下32位和64位最短通用shellcode的编写
32位
有"\x00"最短 20 byte
无"\x00"最短 21 byte
标准shellcode 23 byte
64位
最短有"\x00" 22 byte
最短无"\x00" 23 byte
标准shellcode 31 byte
Last updated
在寄存器都是非理想值情况下(shellcode可根据环境具体触发时寄存器的值做长度调整),我本着最优通用的原则,整理了Linux下32位和64位最短通用shellcode的编写
有"\x00"最短 20 byte
无"\x00"最短 21 byte
标准shellcode 23 byte
最短有"\x00" 22 byte
最短无"\x00" 23 byte
标准shellcode 31 byte
Last updated