Skip to content

Commit c5980af

Browse files
authored
Update README.md
1 parent 5dcc68f commit c5980af

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
# Zeus-File-Identifier
2-
A signature engine that makes it possible to recognize a file type based on a template. Can be used by antiviruses
1+
# 🔮 Zeus File Identifier (ZFI)
2+
This program is designed to determine the file type using signatures according to certain rules. Can be used by antiviruses.
3+
4+
## About
5+
This console program takes an argument `--file` which specifies the path to the file that needs to be examined. The output will contain the resulting format, description and some technical data (for example, the presence of compressed entropy data)
6+
7+
## Run on Linux
8+
Use the `mono-complete` package to use the program on Linux:
9+
```
10+
mono Zeus_File_Identifier.app --file "application.exe"
11+
```

0 commit comments

Comments
 (0)