elf

Tag

Cards List
#elf

Your executable is a SQLite database

Simon Willison's Blog · 2026-08-24 Cached

A blog post explains a Linux pattern where a SQLite database file is formatted to act as an ELF executable, using a custom interpreter and binfmt_misc for direct execution.

0 favorites 0 likes
#elf

Executable Is a SQLite Database

Hacker News Top · 2026-08-24 Cached

The article explores replacing the ELF executable format with SQLite, introducing a prototype called SELF that enables executables to be SQLite databases and discusses the benefits and technical implications.

0 favorites 0 likes
#elf

Thoroughly Understanding C++ ABI

Hacker News Top · 2026-08-02 Cached

A deep dive into C++ ABI, explaining binary interface concepts, CPU/OS dependencies, object file formats like ELF and PE32+, and calling conventions.

0 favorites 0 likes
#elf

elfuse: Run Arm64/x86-64 Linux ELF binaries on macOS Apple Silicon

Lobsters Hottest · 2026-07-15 Cached

elfuse is a lightweight, process-scoped runtime that runs Linux ELF binaries natively on macOS Apple Silicon without Docker or full VMs, using Hypervisor.framework and optionally Rosetta for x86_64 translation.

0 favorites 0 likes
#elf

The Teensy Executable Revisited

Hacker News Top · 2026-06-24 Cached

This article revisits techniques for creating extremely small ELF executables on Linux, exploring how to reduce size to 45 bytes by abusing header fields and overlapping structures while maintaining ELF specification conformance.

0 favorites 0 likes
#elf

Writing Portable ARM64 Assembly

Hacker News Top · 2026-05-31 Cached

A guide to writing ARM64 assembly code that is portable across Apple's Darwin and Linux/BSD systems, covering differences in ABI, symbol naming, and vector mnemonics.

0 favorites 0 likes
#elf

Golfing Zig ELF Binaries (2025)

Lobsters Hottest · 2026-05-20 Cached

A technical deep-dive into reducing the size of Zig ELF binaries, starting from 2180K to under 500 bytes by stripping debug info, switching to ReleaseSmall, and using a freestanding target.

0 favorites 0 likes
← Back to home

Submit Feedback