From 454552a95f6f4a235927324ea8812b0c915b8692 Mon Sep 17 00:00:00 2001 From: Max von Hippel Date: Thu, 26 Apr 2018 21:50:26 -0700 Subject: [PATCH] generate.sh -> generation.sh --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f5add16..1ccf8c81 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,12 @@ To analyze a malware (Say, an app from ADRD family): 1. Generate a new signature based on a random number of ICCGs of a given directory: - ./generate.sh samples/fse14/ADRD/ 2 + ./generation.sh samples/fse14/ADRD/ 2 This will select 2 samples randomly from that directory and will generate a signature that unifies them. If this directory only contains k samples, you can ask for a signature that unifies the k samples. - Usage: ./generate.sh + Usage: ./generation.sh Note that different runs may generate different signatures.