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 created this ticket for brainstorming how Nitro could be used and what kind of APIs would be needed to support these use cases. The use cases could be low-level features or higher-level ideas. If there is need, I'll create more issues for individual items.
Off the top of my head, following things come to mind:
Collection of detailed information about individual applications. I guess this would include support for extracting system call arguments.
Altering of machine execution based on events that happened. So far our test have only included observing machine's activity.
Replacing, extending & altering OS system call handlers. I think this needs an API to control system call handler execution.
What do you think?
The text was updated successfully, but these errors were encountered:
Regarding the second and third point, I've made a small proof-of-concept test case. It does not do everything correctly but it still seemed to work in the case of this very limited test case. Of course it probably still messes up machine state but for this test it didn't seem to matter
Hmm based on our latest discussion it seems that my approach for system call bypass cannot possibly work, I am wondering why that happened. Maybe I made a mistake in testing it or the test was flawed in some other way. In any case, I'll look into the kernel-side approach of bypassing system call handlers.
I created this ticket for brainstorming how Nitro could be used and what kind of APIs would be needed to support these use cases. The use cases could be low-level features or higher-level ideas. If there is need, I'll create more issues for individual items.
Off the top of my head, following things come to mind:
What do you think?
The text was updated successfully, but these errors were encountered: