Skip to content

Latest commit

 

History

65 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mhd_sql

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.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages