How to properly choose the offset return address of stack based buffer overflow

后端 未结 0 892
孤独总比滥情好
孤独总比滥情好 2021-01-31 18:04

Suppose the source code is

#include 
#include 
int main(int argc, char *argv[]) {
    char buf[32];
    strcpy(buf, argv[1]);
    p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题