🗞 Blog


Quick linux kernel with gdb setup with little help from Linux distros

2019-05-14 :: {tools}
A walkthrough of how I ended up setting a linux kernel for debugging a kernel extension. Read Further →

Internals of Honggfuzz - Intel PT

2018-09-05 :: {tools}
Intel Processor Trace is a hardware level execution tracing utility provided by Intel. The information provided is highly compressed allowing passing of granular information. So, instead of using QEMU for coverage guided blackbox fuzzing, Intel-PT should provide a rather performant way. Read Further →