From 2f131165b3efd65b676b948fb569639fa7382549 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 2 Jan 2024 15:29:04 +0200 Subject: [PATCH] Add excerpt --- _posts/2024-01-02-oelf.md | 4 ++++ 1 file changed, 4 insertions(+) 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.