bin2c
bin2c copied to clipboard
Is the data loaded at launch into memory?
Hi, is the data fully copied into memory when you run the executable, or can you access it "on demand"?
I mean, if my code includes a 1GB zip file, will it "eat" 1GB memory at launch, even if I don't even end up touching that data?