It must be incredibly difficult to disassemble something originally written in C and understand what it's doing. Years ago I tried compiling the most basic of C programs then looking at the disassembled output and it seemed to make even basic code a hugely complex mess (at least to my puny human brain). Trying to understand software you've not written and with the complexity of a web browser must take quite some doing!