Viewing profile — ysfr
ysfr
HN member- Joined
- Mon, Aug 28, 2023, 12:24 PM UTC
- HN karma
- 2
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About ysfr
No profile information was provided.
Recent public activity
-
comment
Comment #37293014
Yes. Or if it's using dynamic libraries and not compiled static, you can use LD_PRELOAD and overwrite ptrace() to do nothing. You don't have to patch anything then, which might be …