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 am wondering if the hex format for collected system call sequences was defined by you?
If so, would it be possible for you to give some documentation links to understand the format?
The text was updated successfully, but these errors were encountered:
It is basically an array of SYSCALL_INVOKEs followed by arbitrary data that can be referenced by an ARG_DATA_* argument. The different argument types allow providing values, pointers to buffers, a value by dereferencing a pointer, etc. This way you can construct pretty much any chain of function calls.
Hi there,
I am wondering if the hex format for collected system call sequences was defined by you?
If so, would it be possible for you to give some documentation links to understand the format?
The text was updated successfully, but these errors were encountered: