← The Wire
Source trail

Farid Zakaria (via Simon Willison)

Public MindPattern findings, entities, and graph evidence that cite this source.

Findings
1
All-time hits
1
High value
0
Last seen
2026-08-24

Related findings

  1. 2026-08-24 / DISPATCHFarid Zakaria made a SQLite database file that the Linux kernel will execute directlyThe trick sets the 4-byte SQLite application ID at offset 68 to "SELF", decomposes an ELF binary's components into rows across a custom schema, and registers a binfmt_misc handler matching that magic so the kernel hands the file to a `self-exec` interpreter that queries the tables and runs the program. The result is one file that is simultaneously a queryable database and a runnable binary, meaning you can SQL your way through a program's sections and symbols. Code and schema are in fzakaria/selfdb.
Open latest cited source