Hot Code Reload

Basic app that detects change in an executable and relaunches it.

Demo video


Source code

Github


Features

  • This app relaunches a given executable if that executable is re-compiled
  • This can be used to record events, change code and recompile the executable: this app will then relaunch your application and you would immediately see the changes that you made.

Technologies used

  • Languages: C/C++
  • Libraries: Windows and Linux system libraries
  • Tools: msvc, Visual Studio Debugger, gcc, gdb