
Protostar-堆溢出学习-strcpy堆指针造成任意地址GOT表写 at: 2017-04-19
#0x00 序
现在我们来学习一下利用堆溢出修改GOT表达到代码劫持的列子。
#0x01 C语言源代码#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <stdio.h>
#include <sys/types..