Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <samples> <size>
Usage: ./generation.sh <samples> <size>

Note that different runs may generate different signatures.

Expand Down