Hooking Cocoa API?

前端 未结 4 1487
南旧
南旧 2021-01-17 03:09

I am trying to Hook Cocoa API.

I know cocoa provides a public api for hooking, so it’s possible to hook the system function and retrieve information like the curren

4条回答
  •  不思量自难忘°
    2021-01-17 03:53

    You can't intercept another application's drawing as it happens, but you can capture the results after the fact. Use Quartz Window Services to take screenshots, and Quartz Display Services to find out when the screen gets updated.

提交回复
热议问题