From 78f1c9611ded404848ba7d98322dc65f40324922 Mon Sep 17 00:00:00 2001 From: knowmalware Date: Sat, 15 Aug 2020 03:10:20 +0000 Subject: [PATCH] add fn2yara --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73ab7aa..f4d2b38 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,8 @@ View Chinese translation: [恶意软件分析大合集.md](恶意软件分析大 edit file metadata. * [File Scanning Framework](https://github.com/EmersonElectricCo/fsf) - Modular, recursive file scanning solution. +* [fn2yara](https://github.com/cmu-sei/pharos) - FN2Yara is a tool to generate + Yara signatures for matching functions (code) in an executable program. * [Generic File Parser](https://github.com/uppusaikiran/generic-parser) - A Single Library Parser to extract meta information,static analysis and detect macros within the files. * [hashdeep](https://github.com/jessek/hashdeep) - Compute digest hashes with a variety of algorithms.