logoalt Hacker News

ale42today at 10:11 AM1 replyview on HN

I was thinking that someone managed to put an ELF header in an SQLite file while keeping it compatible with SQLite... but no, "just" a new binary format. Very interesting nevertheless!


Replies

c0wb0yc0d3rtoday at 1:01 PM

Unless I missed something. The author queries the bin in one of the examples using sqlite3.

The author instructs the OS to execute it natively my adding it as a binary format.