[Solved] How to store a file in C


That is possible depending on the OS. Modern OSes have memory protection which don’t allow these kind of operations. But if you go ahead and disable all of those security features, you can send and load the binary remotely into memory and execute it. And that still involves pretty advanced stuff.

Some reading:

0

solved How to store a file in C