6 ms·
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 i
by ale42 24d ago
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!
- c0wb0yc0d3r 24d agoUnless 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.