Windows C++ / LocalSize(0)
Author | Fumik0_ |
Platform | Windows |
Language | C++ |
Technique | LocalSize(0) |
Code
#include <iostream>
#include <windows.h>
using namespace std;
int main()
{
SIZE_T s;
printf("Starting the LocalSize()\n");
for (int i = 0; i < 0xFFF; i++){
s = LocalSize(0);
}
printf("Sempai! :) \n");
return 0;
}
Created
April 29, 2021
Last Revised
April 22, 2024