Thread
Stories related to "In January, the EU starts running Bug Bounties on Free and Open Source Software" across the full archive.
I'd like to suggest a new tag for stories or content mainly concerning debugging techniques or methods.
I've noticed a handful of stories recently that would be aided by such a tag: even though they concern different languages or problem scopes, they all have to do with the fine black art of debu...
Similar to [rr](https://lobste.rs/s/qwripe/using_rr_to_debug_rr), this is a new type of debugger that applies the git version control paradigm to debugging. Each instruction can be thought of a "commit", the qemu virtualization system is used to run the program and log all the necessary data. It als...
I used [xhyve](https://github.com/mist64/xhyve) to accomplish this.
I found an excellent tutorial online on how to get this working and copied it over to a gist which can be found [here](https://gist.github.com/zg/38a3afa112ddf7de4912aafc249ec82f).