Tag: linux
All the articles & tech notes with the tag "linux".
Articles
A guide to bypassing a hardcoded certificate pin check by rewriting a function's return value at runtime with ptrace, covering breakpoint injection, address resolution, and the Yama ptrace_scope restriction.
A deep-dive into simulating asymmetric network partitions inside a custom Linux namespace sandbox, analyzing etcd Raft state transitions, pre-vote mechanisms, and the disruptive follower failure mode.
A legacy server is dropping connections with no error codes. I walk through the process of using tcpdump, strace, and gdb to reconstruct a custom binary protocol from scratch.
A guide to intercepting running Linux processes via ptrace, injecting assembly payloads, and restoring execution state without a restart.
TechNotes
- Host-to-Container Communication via ShimMay 20, 2026