rentzsch / mach_inject

interprocess code injection for Mac OS X
823 stars 160 forks source link

[Question] Do I need to re-inject the bundle if Finder restarts? #12

Open mpg2025 opened 10 years ago

mpg2025 commented 10 years ago

If Finder restarts, do I need to re-inject the bundle? If so, how to avoid asking admin credential again?

Thanks

mpg2025

Eun commented 10 years ago

Yes, you need to. Checkout the sample using SMJobBless API. https://github.com/rentzsch/mach_inject/tree/semver-1.x/mach_inject_example

mpg2025 commented 10 years ago

Thanks! Will check out the sample.

mpg2025