-
**Motivation**
In a sync with my detection and response peers, I was discussing how tools like Falco can drop events during periods of high syscall activity and built-in features (like the syscall …
-
As mentioned in #131 it would be nice if we had an automated test that all syscalls are available via FTRACE_SYSCALLS. Failing that we should just do it by hand.
Part of the problem is that checkin…
-
**Motivation**
I found that the parsing of pack_addr only supports protocols such as AF_INET, AF_INET6, and AF_UNIX. When I need to track syscalls related to NETLINK protocol, the current version d…
-
Tigerbeetle uses io_uring, and while great for performance, this actually makes it extremely difficult to deploy apps that use the official tigerbeetle client (because they also use io_uring) on many …
-
### Summary
Can i somehow override syscalls from `wasmer-wasix` crate?
I want to achieve next behavior:
```
console.log(Math.random());
console.log(new Date());
```
should return predefined …
Noc0r updated
2 months ago
-
hawkw updated
6 years ago
-
Issue related to tracking Metal syntax. This issue should only contain syntax that is relatively not going to change heavily.
## Imports
```
"import" module[.[{]submodules[}]]
```
```nim
imp…
-
### Quick summary
Some homebrew apps / games won't work without custom CFW / Cobra syscalls. Would be nice to have them supported.
### Details
Certain homebrew apps / games rely on custom syscalls …
NiQ1 updated
7 months ago
-
**Motivation**
For specialized detections we could benefit from fully supporting and parsing the following syscalls.
- [ ] `fallocate` CC @Molter73
- [ ] `ftruncate` CC @Molter73
- [ ] `fsop…
-
This issue is intended to collect problems/requirements/demands for syscalls in rukos when integrating apps. Here, you can add:
- What syscalls are missing for your app, and what the parameter types …