'LFH'에 해당되는 글 1건

  1. 2011.02.16 LFH

LFH

Programming Skill 2011. 2. 16. 17:40



HANDLE Heaps[1025];
DWORD count = GetProcessHeaps(1024, Heaps);
ULONG HeapFlagValue = 2;
for(int i = 0; i < count; i++)
{
	HeapSetInformation(Heaps[i],
		HeapCompatibilityInformation,
		HeapFlagValue,
		sizeof(HeapFlagValue));
}





더 깊게 파기 귀찮다 -_-

일단 급하기 땜에 임시용....

풀 하나 만들어야겠음....







Posted by 명혀니
,