堆溢出利用

本文整理自《0day安全:软件漏洞分析技术》 1 堆 2 代码 #include "stdafx.h" #include <Windows.h> int _tmain(int argc, _TCHAR* argv[]) { //HANDLE和HLOCAL 是 void* HLOCAL h1,h2,h3,h4,h5,h6; HANDLE hp; hp=HeapCreate(0,0x1000
相关文章
相关标签/搜索