diff --git a/_posts/2024-01-02-oelf.md b/_posts/2024-01-02-oelf.md index 6846458..1756110 100644 --- a/_posts/2024-01-02-oelf.md +++ b/_posts/2024-01-02-oelf.md @@ -7,6 +7,10 @@ data: route: blog tags: - rust +excerpt: | + sqlelf lets you explore ELF objects through the power of SQL. + It turns any executable into a queryable database. + I added support for Mach-O binaries & libraries. --- [sqlelf] lets you explore ELF objects through the power of SQL.