Burp Hot Reloading
TLDR The source is available here. There are two projects: One is for the plugin that will handle the hot reloading The second is for the plugin-plugin that gets hot reloaded EDIT: Initially I used a file system event notifier for this, but swapped to making use of a simple build script. The main plugin listens for a request to /notify. Once received, the reload logic mentioned below is applied. ...