6 ms·
Huh, is TLS being handled in the kernel these days? I thought most systems still used usermode libraries.
by Varriount 2y ago
Huh, is TLS being handled in the kernel these days? I thought most systems still used usermode libraries.
- ev_dev3 2y agoI'm using the term "low level system calls" loosely here since the poster asked for ELI5. Trayce actually uses a combination of kprobes for system calls and uprobes to monitor calls to OpenSSL or the Go crypto/tls package. More details are here: https://github.com/evanrolfe/trayce_agent/blob/main/docs/README.md https://github.com/evanrolfe/trayce_agent/blob/main/docs/REA...
- deleted 2y ago[deleted]