#attack

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


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