Skip to content

Instantly share code, notes, and snippets.

@edenidan
edenidan / kernel.cu
Last active December 19, 2020 01:16
Trying to leak data from GPU kernel/memory using CUDA
#include<stdio.h>
#include<malloc.h>
#include <cuda_runtime.h>
#include<time.h>
#include<Windows.h>
#include<math.h>
#define SIZE pow(10,9)
int main()