You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently found a problem:
I am using ptrace + seccomp and only use these two modules and functions. But when intercepting svc for path redirection found mkdirat svc, occasionally missing resulting that the file not being created under the directory I need. If I hook the libc mkdirat can solve this problem, but I do not want the mkdirat function in hook libc. Do you know the specific reason for the problem?
The text was updated successfully, but these errors were encountered:
I recently found a problem:
I am using ptrace + seccomp and only use these two modules and functions. But when intercepting svc for path redirection found mkdirat svc, occasionally missing resulting that the file not being created under the directory I need. If I hook the libc mkdirat can solve this problem, but I do not want the mkdirat function in hook libc. Do you know the specific reason for the problem?
The text was updated successfully, but these errors were encountered: