Back to developer documentaion main page
Infomation about the QCs update process, and how we can use it should be placed here.
the update process first talks to an API to see if there's anything available and then downloads the update archive right
(Coming soon)
SSL checks are disabled for the updater (see cloud_updater.py
)... this means that on paper, we could have command execution on the unit without even opening it.
In the middle, we can literally patch (from any device on the same network) the update archive as it arrives, using a transparent http proxy that gives you a scripting engine to modify buffers on the fly.
we could do something simple ... download the original update file, apply our changes to it, bindiff the two archives and just apply the binpatch on the https buffers