You are viewing a single comment's thread.

view the rest of the comments →

[–] 26556975? 0 points 1 point (+1|-0) ago  (edited ago)

Interpreters like java/python/csharp can be changed on the fly. You don't need to compile shit. Just rerun the run time with new source and it can auto recompile the object runtime.

Besides, you can hack the signatures of c++ binaries, touch them back before/after the fact. We use to do this all the time on banking servers to hide hot fixes to our c++ software.