-
Hello,
I tried the part of your project called "NtUserGetAsyncKeyState" with the direct syscalls. Unfortunately, after running the keylogger, I realised that it didn't work. So I decided to investi…
-
We should have a strategy for dealing with direct syscalls / invocations of SVC.
This paper https://www.usenix.org/system/files/conference/woot16/woot16-paper-spisak.pdf which used PMUs for a rootk…
-
Hi!
I was looking at the https://github.com/oneapi-src/oneTBB/blob/master/src/tbb/misc_ex.cpp file, and I noticed that a few several functions uses `cpuset_*affinity()` functions, but they're only …
-
I would like to request, if there is a possibility in the future to add direct syscalls in BlackBone.
lostx updated
4 years ago
-
### Proposal Details
The `listenerBacklog` function returns a cached value of the ~~optimal~~ maximum permitted listener backlog on the current system, obtained in platform-specific ways. This is u…
-
https://github.com/bytecodealliance/rustix/pull/1090 proposes to switch the default backend on Android from libc to linux_raw. I myself don't have enough context to determine whether this is a good id…
-
There is no locking in I2C implementation. It is an issue if there are several I2C devices and parallel processes. Every I2C read operation contains two independent syscalls. I suggest calling "fcntl.…
-
See: https://github.com/loongson/la-abi-specs/blob/release/lapcs.adoc
-
# Goal
With the recent fractureiser situation, there have been many suggestions among figures in the wider Minecraft community as well as in our own to introduce sandboxing into the launcher itself…
-
The std lib handles `EINVAL` as `unreachable` for `os.openatZ()`.
However, there are some legitimate runtime use cases that could trigger `EINVAL`, e.g. trying to open a file descriptor in `O_DIREC…