On Apr 11, 2017 04:54, "peng fei" <[email protected]> wrote:

Some research set hook on C API. SEAndroid set hook on syscall.
What's the difference of access control performance  between the C hook and
the syscall hook?


The userspace library hook will be faster, as it avoids the context switch,
however it's insecure as the code doing the check lives inside the process
your checking. There's also different ways of doing this, and they all have
there corner cases.


_______________________________________________
Seandroid-list mailing list
[email protected]
To unsubscribe, send email to [email protected].
To get help, send an email containing "help" to
[email protected].
_______________________________________________
Seandroid-list mailing list
[email protected]
To unsubscribe, send email to [email protected].
To get help, send an email containing "help" to 
[email protected].
  • hook peng fei
    • Re: hook William Roberts

Reply via email to