You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simple sqlite reader for assembly that takes a file path and a table name as an argument, and shows a simple "SELECT * FROM table_name" for the table inserted as argument.
repo in progress(note , i m building this using vim , no ide...)
About
A raw SQLite file reader written in x86-64 assembly — parses the file format directly (B-tree pages, varints, record headers) to run a SELECT * FROM table, no SQLite library involved.