Compile and run dynamic code, without generating EXE?

后端 未结 8 1861
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-27 14:17

I was wondering if it was possible to compile, and run stored code, without generating an exe or any type of other files, basically run the file from memory.

Basical

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-27 14:26

    Also take a look at embedding a scripting language like Python, Ruby, Lua, etc.. all of those support executing code from memory without anything being written to the disk.

提交回复
热议问题