Other than running gcc using execv()
or system()
is there a library that exposes a function call to compile a char
buffer containing C code into a new buffer containing the compiled assembly symbols / byte code? Kind of similar to the reverse of Capstone Engine?
↧
Library to Compile a C Program from a C Program [closed]
↧