Stack Overflow
什么是栈溢出
void vulnerable() {
char buffer[128];
printf("Enter some text: ");
gets(buffer); // This is where the vulnerability lies
printf("You entered: %s\n", buffer);
}寻找栈溢出偏移量
利用栈溢出
Ret2win
Ret2win栈内代码
Stack ShellcodeROP和Ret2...技术
ROP - Return Oriented Programing堆溢出
Heap Overflow保护类型
Common Binary Exploitation Protections & Bypasses最后更新于