Tagged Questions
0
votes
4answers
508 views
Kind of self-modifying program in C [closed]
Is it possible to write a C function that does the following?
Allocate a bunch of memory in the heap
Writes machine code in it
Executes those machines instructions
Of course, I would have to ...