Yip Coekjan
Yip Coekjan
Closes #1636
These days I have some x64 applications relying on `sys_getpgrp` & `sys_getgpid`, but current `x64Syscall()` does not implement them. I am not sure if they should be wrapped or emulated,...
### Description Recent days someone told me that he met an error message like this: ```console $ typst compile test.typ error: file not found (searched at ~/.cache/typst/packages/preview/cetz/0.2.2/typst.toml) ┌─ test.typ:1:8 │...
Thanks for creating the great work first! And now I am trying to replace some code with rustix APIs, in my project related to POSIX message queue (APIs: `mq_open`, `mq_send`,...
See https://ghostwriteattack.com/ for more details. As reported in the paper, this vulnerability allows unprivileged attackers, even those with limited access, to read and write any part of the computer’s memory...
## Background I am implementing a external cache-system (my research project, wip), so that the generated dynablock for program A could be reused in the other programs or the next...
My project is blocked by #1013 these days. Although it is fixed on the main branch, cbindgen has not released a new version yet. I know I can use `cbindgen...
I am now struggling with some weird bugs :disappointed: My gui apps got stuck, and I saw **the last wrapped functions these apps called are all `calloc` and from `/usr/lib/libglib-2.0.so.0`**....