Implementing a kext that intercepts file system usage.

Posted by UraN on Stack Overflow See other posts from Stack Overflow or by UraN
Published on 2010-05-12T07:47:34Z Indexed on 2010/05/12 7:54 UTC
Read the original article Hit count: 193

Filed under:
|
|
|

Hi, how do most of antivirus software block file system io in case of an infected file? I suppose all the magic resides in some custom kext to do that. Can anyone point me to some topics on this? Some working example would also be great. I've read apple docs about kext development, but mostly it's all about hardware drivers and i could not find what i need.

Thanx.

© Stack Overflow or respective owner

Related posts about c

    Related posts about macosx