edb
edb copied to clipboard
LLVM style assembly display
Before we switched to cilium/ebpf, we had Clang/LLVM style eBPF assembly, now we have the DSL of the asm
package. This works but I personally still like the Clang/LLVM output since it uses actual operator chars like +=
or <<=
instead of acronyms which reads better for me. So I would like to be able to configure it somehow.