Adding REAMDE

This commit is contained in:
Debucquoy Anthony 2023-10-26 14:44:05 +02:00
parent 6c4944f985
commit 52ffd19f47
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# Fisualizer
Binary file visualiation by byte pair's occurence.
## Usage
```
$ make
$ ./fisualizer <files> [<files>...]
```
The result will be in the filename with extentions .out.png
## References
Video of the concept : [https://www.youtube.com/watch?v=4bM3Gut1hIk](https://www.youtube.com/watch?v=4bM3Gut1hIk)