Pwn学习笔记18:Stack细节及argv[0] leak
stack细节想要知道详细信息,可以写一段什么都不做的代码,例如这样:
1234$ cat test.c void main(void){}$ gcc test.c -o test
编译,gdb运行,查看内存状态
...
続きを読む…