I already achieved redirecting writes. I just want to know if I can do this with SIP enabled
Post
Replies
Boosts
Views
Activity
I want make a tool to prevent `.DS_Store` creation. Redirect all `.DS_Store` files to a directory that nobody cares. I already achieved this by injecting a dylib to `DesktopServicesPriv.framework` and hook some syscall. It works but I must diable SIP. I am wandering if I can do this with SIP enabled.