Archive 2025

ram-wipe: Further analysis

Published at August 27, 2025 · Kamil Aronowski ·  12 min read

The `init_on_free` Linux option ensures rigorous security by instantly zeroing out memory upon deallocation. In this follow-up, we build on our prior ram-wipe experiments to rigorously evaluate if `init_on_free` can serve as a robust safeguard, perhaps supplanting existing, less comprehensive memory wiping solutions....

Categories: firmware security





Booting EDK2 on Odroid M2

Published at July 17, 2025 · Michał Kopeć ·  8 min read

EDK II is quickly becoming a big player in the ARM firmware space. In this blog post I will be exploring the process of porting EDK II to a new platform and the current state of this UEFI implementation on ARM based platforms....

Categories: firmware




ram-wipe against RAM attacks

Published at May 20, 2025 · Daniil Klimuk ·  30 min read

This post will introduce some of the very popular attacks that target electronic devices - the RAM attacks, but the main topic will be the verification of ram-wipe software solution protection from the attacks....

Categories: security







Research of RAM data remanence times, part 2

Published at January 24, 2025 · Krystian Hebel ·  16 min read

Continuing from where we left off, we've run the same tests on different hardware, both platforms and memory modules. This blog post skips all the theory and description of how the measurements were obtained, please read the previous one if you're interested in these details....

Categories: miscellaneous