I am forever in awe of the engineers that can work with the low-level bits and make things like this happen. I'm a deer in the headlights whenever I see addrs and `eax 0xDAFAC000...`
That's regular device driver reverse engineering stuff, and not a bad analogy BTW.
But what marcan is doing is another level of awesomeness altogether. The m1n1 bootloader that runs the rest of MacOS in a VM for logging purposes is a hail mary move of such epic brilliance, it brings tears to my eyes.
aviatordongle|4 years ago
* you know how to make HTTP requests (you know how to use I2C or PCI or ...)
* you know roughly what an SMTP-as-a-service should do (you know roughly what a display driver should do)
* you don't know the URLs (you don't know the addresses)
It's a fun exercise in collaborative reverse engineering.
Also there's survivorship bias. The reverse engineering that's most likely to succeed (and thus be written about) are the most approachable ones.
Bravo to all those doing this stuff!
the_biot|4 years ago
But what marcan is doing is another level of awesomeness altogether. The m1n1 bootloader that runs the rest of MacOS in a VM for logging purposes is a hail mary move of such epic brilliance, it brings tears to my eyes.