>>106495150
Happy now?
// cc file.c -nostartfiles -e main
#include <stdio.h>
#include <stdlib.h>
void prnt() {
int IAMFREE = 0xBABE;
char arr[1024 * 1024 * 1012];
printf("%p\n", &IAMFREE);
printf("%p\n", &arr[1024 * 1024 * 1012 - 1]);
}
__attribute__((naked)) int main() {
size_t stack_sz = 1024 * 1024 * 1024;
Comment too long. Click here to view the full text.