From 9b29e465869e017074dfc9c11376f07a6c381bce Mon Sep 17 00:00:00 2001 From: Pranav Dronavalli Date: Mon, 1 Jan 2024 21:32:21 -0600 Subject: [PATCH] update project description --- src/data/projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e311593..69698af 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -3,7 +3,7 @@ let projects = [ title: "Rust Obfuscator - ", status: "IN PROGRESS", description: - "creating a open source obfuscator for Rust, currently have variable renaming, but working on string and integer literal encryption", + "creating a open source obfuscator for Rust, currently have variable renaming for shipped source code, working on string literal encryption and code flow obfuscation", image: "/rustacean.jpg", }, {