Open YiYiZheng opened 2 years ago
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
Take a look at this: https://github.com/jsherman212/xnuspy/issues/3
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.2