Viewing profile — kxxt
kxxt
HN member- Joined
- Mon, May 02, 2022, 2:38 AM UTC
- HN karma
- 93
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About kxxt
No profile information was provided.
Recent public activity
-
comment
Comment #48501212
It would be more interesting to see the release of the desktop application of open-source Euro-Office because the CEF binary used in "open-source" OnlyOffice desktop application is…
-
comment
Comment #45083802
It's because CRLs/OCSP sucks so now short expiration is rolling out.
- story
- story
-
comment
Comment #40303932
tracexec uses BPF to some extent, but probably not in the way you guessed. it uses ptrace to do most of the work and use seccomp-bpf to speed it up. Using eBPF to do the syscall fi…
-
comment
Comment #40303912
Yes, it's a very high priority todo for me: https://github.com/kxxt/tracexec/issues/3 . I already reserved space for it(The empty line under title in the TUI). It requires some wor…
- comment
-
story
Show HN: Tracexec – TUI for tracing execve and pre-exec behavior
tracexec helps you to figure out what and how programs get executed when you execute a command. It's useful for debugging build systems, catching fd leaks, understanding what shell…
- story
- story
- story
-
comment
Comment #33894893
ChatGPT can be a helpful reviewer but it can also give you miss leading suggestions. But it seems that it doesn't know how to properly write a patch.
- story
-
comment
Comment #33763631
Recently I participated in Geekgame 2nd, which is a pretty good CTF competition for CTF newbies like me. One problem in that competition is to submit a safe rust program that will …
- story
- story