ELF processing in Rust

A friend posted the following pipeline to find all the firmware files for a set of Linux kernel modules: find /lib/modules/4.9.0-2-amd64/ -name ‘*.ko’ | xargs modinfo -F firmware > /dev/null As an exercise in systems programming, I was curious how… Read more

Similar

Ring – Safe, fast, small crypto using Rust

THE SOFTWARE IS PROVIDED "AS IS" AND BRIAN SMITH AND THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL BRIAN SMITH OR THE AUTHORS BE LIABLE FOR ANY SPECIAL, ... (more…)

Read more »