Writing a Linux BOF Loader from Scratch

Introduction
Beacon Object Files (BOFs) changed how we run code in memory on Windows. It is a nice workflow: an operator compiles a small C file into an object file, the C2 ships the object over the wire, and a loader on the target maps it and calls it without …
more ...