From d974bac366d57204e9a3f1f54eb1b2ae934b633a Mon Sep 17 00:00:00 2001 From: mahaloz Date: Mon, 16 Sep 2024 21:20:07 -0700 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca689aa..39cde68 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ Currently, DAILA supports the following prompts: - Rename variables - Rename function - Identify the source of a function +- Find potential vulnerabilities in a function +- Summarize the man page of a library call ### VarBERT VarBERT is a local BERT model from the S&P 2024 paper [""Len or index or count, anything but v1": Predicting Variable Names in Decompilation Output with Transfer Learning"]().