Y
Hacker News
new
|
ask
|
show
|
jobs
by
adatta02
6060 days ago
I wonder how this gets such detailed information about network and DOM events without injecting debug signals into the browser binaries?
2 comments
bdr
6060 days ago
The article made it sound to me like they
are
altering the browser's code.
link
jcapote
6059 days ago
Can't you do this through COM? (Isn't that the point? I dunno, I've never programmed windows stuff...)
link
zmimon
6059 days ago
Yes. You can do nearly all this stuff just by hooking into MS's published interfaces. I've done many pieces of it myself, but seeing it tied together like this so comprehensively is amazing.
link