From fa612735e092fba8ae8e4a52fdc315be9bdc4f3e Mon Sep 17 00:00:00 2001 From: Yacine Elhamer Date: Tue, 20 Aug 2024 03:13:52 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4edb6fbd3..66336e92d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,7 @@ ## master (unreleased) ### New Features -- add the ability to select which specific functions or processes to analyze @yelhamer - +- cli: add the ability to select which specific functions or processes to analyze @yelhamer - webui: explore capa analysis results in a web-based UI online and offline #2224 @s-ff - support analyzing DRAKVUF traces #2143 @yelhamer - IDA extractor: extract names from dynamically resolved APIs stored in renamed global variables #2201 @Ana06