417 Followers
475 Following
653 Posts
Security research, occasional snowboarding and climbing posts 🏳️‍🌈
Github 😺https://github.com/novafacing
Discord / Signal / Matrix@novafacing / @novafacing.99 / @n0vafacing:matrix.org
last.fmhttps://www.last.fm/user/novafacing
First time watching The Holiday, 4.5/5 incredible but they could have put Jude in a couple more outfits. As a treat.
Working on ELF library, getting there on the headers! Everything looks real good until you add tests against readelf, but I'm passing 270/428 and most of those are just because I don't detect PIE yet. SOON(TM).
Why fight the source of truth? I have most of the high level bindings for the ELF crate I'm working on done, but I hand-wrote all the constants. Now working on swapping out all hand-written stuff in favor of generating from binutils. This is kind of expensive to do at compile time and can't be done in no_std easily so I'm moving the effort to commit time.
Uhhh guys I think USPS is drunk because this cannot be an efficient way to get this to Portland...twice
Insane view from Saddle Mtn. today, all the way from Mt. Jefferson to Mt. Rainier to Astoria 🤩
My absolute favorite type of diff

QEMU plugins written in Rust with https://github.com/novafacing/qemu-rs learned a new trick, thanks to upstream QEMU developers! Reading register state is now available during QEMU plugin execution, and that means way more powerful plugins.

Looking forward to cool tools that use this capability, and I'm so sad it wasn't available when I was working on my thesis!

GitHub - novafacing/qemu-rs: QEMU for Rust, and Rust for QEMU

QEMU for Rust, and Rust for QEMU. Contribute to novafacing/qemu-rs development by creating an account on GitHub.

GitHub
Oh no my turbo-encabulator 😱
Man there's like 12 of these for every field ;_;
ELF Parser Thread (since this is what I'm doing tonight -- my partner is out of town picking up a fancy chrome lamp she found [pic related] in Seattle, and I am a glutton for solo punishment). Let's take a look at one of the genuinely better file formats out there!