开发者

how can I intercept and modify program read/writes?

Say firefox writes to i开发者_如何学运维t's own history file, and I'd like to modify what it does when it does it.

How can I do that?

Similarly, say a program sends audio to the speakers/headphones. How could I intercept that signal, process it, and send it back to where it was headed? Certainly the Master Volume does something like that.

Thanks.


If you need to do some stuff with FF only, try to do with add-on API.

As for audio processing, I guess you need to use windows kernel mode.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜