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
Our bootstrapping approach means that we (should) have our own handlers for mmap() and friends, in addition to the client's possible instrumentation of those calls. So a single replaced_syscalls array isn't good enough... perhaps we need something mediated by a call.
The text was updated successfully, but these errors were encountered:
stephenrkell
changed the title
Replacement syscalls should be chained
Replacement syscalls should be chainable
Mar 16, 2021
Our bootstrapping approach means that we (should) have our own handlers for
mmap()
and friends, in addition to the client's possible instrumentation of those calls. So a singlereplaced_syscalls
array isn't good enough... perhaps we need something mediated by a call.The text was updated successfully, but these errors were encountered: