Is there a doc showing how to determine?
For example, iPhone X 14.4.2, open1 method
Not 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 and syscall...
- Could you help me to find offset of
necp_send_network_denied_event method in iPhone X 14.4.2
Is there a doc showing how to determine?
For example, iPhone X 14.4.2,
open1methodNot 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
sysctlbynameandsyscall...necp_send_network_denied_eventmethod in iPhone X 14.4.2