Home/Ignat
Author
IIgnat

Ignat

5 articles by Ignat.

Engineering — How to execute an object file: Part 1

How to execute an object file: Part 1

Ever wondered if it is possible to execute an object file without linking? Or use any object file as a library? Follow along to learn how to decompose an object file and import code from it along the way.

IIgnatIgnat·March 2, 2021Engineering
Security — Speeding up Linux disk encryption

Speeding up Linux disk encryption

Encrypting data at rest is vital for Cloudflare with more than 200 data centres across the world. In this post, we will investigate the performance of disk encryption on Linux and explain how we made it at least two times faster for ourselves and our customers!

IIgnatIgnat·March 25, 2020Security