linux.

Master Thesis: TresorSGX.

Securing storage encryption by using Intel SGX enclaves. First attempt for the isolation of OS components with trusted enclaves. Nominated for the CAST-Förderpreis and published at SysTEX'16.

How to print memory as hex to console, syslog, kernellog..

I couldn't find a good implementation of a simple debugging function which prints an array to the console, syslog and the kernel log. So i made one.

Modify, compile and execute a Linux Kernel in QEMU.

How to modify a Linux Kernel and execute it in 5 minutes on Ubuntu.