Comment on Executable Is a SQLite DatabaseComments−ale4220dI 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!−c0wb0yc0d3r19dUnless 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.
Comments
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!
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.