Posts
- Adding BPF target support to the Rust compilerDecember 15, 2020
I added BPF target support to the rust compiler. In the process, I wrote a partial linker for BPF bytecode.
- Intercepting Zoom's encrypted data with BPFSeptember 9, 2020
I wrote a command line tool that uses BPF uprobes to intercept the TLS encrypted data that zoom sends over the network. In the post I show the process I went through to write it.