We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a doc showing how to determine?
For example, iPhone X 14.4.2, open1 method
open1
Not sure if the code snippet below will hook open1 method? ret = syscall(SYS_xnuspy_ctl, XNUSPY_INSTALL_HOOK, 0xfffffff007d574f4, open1, &open1_orig);
ret = syscall(SYS_xnuspy_ctl, XNUSPY_INSTALL_HOOK, 0xfffffff007d574f4, open1, &open1_orig);
Just do not understand the difference between sysctlbyname and syscall...
sysctlbyname
syscall
necp_send_network_denied_event
The text was updated successfully, but these errors were encountered:
Take a look at this: #3
Sorry, something went wrong.
No branches or pull requests
Is there a doc showing how to determine?
For example, iPhone X 14.4.2,
open1
methodNot sure if the code snippet below will hook open1 method?
ret = syscall(SYS_xnuspy_ctl, XNUSPY_INSTALL_HOOK, 0xfffffff007d574f4, open1, &open1_orig);
Just do not understand the difference between
sysctlbyname
andsyscall
...necp_send_network_denied_event
method in iPhone X 14.4.2The text was updated successfully, but these errors were encountered: