An open API service indexing awesome lists of open source software.

https://github.com/brentnd/fileanalysis

Using MATLAB to analyze and visualize properties of binary files.
https://github.com/brentnd/fileanalysis

bigrams file-analysis matlab visualization

Last synced: 4 months ago
JSON representation

Using MATLAB to analyze and visualize properties of binary files.

Awesome Lists containing this project

README

          

FileAnalysis
============

Using MATLAB to analyze and visualize properties of binary files.

Methods include:
+ File open/read by 8-bits
+ Byte by byte n-grams
+ Hilbert space-filling curve representation
+ Byte class visualization
+ File entropy visualization

## Sample 8-bit Bigrams
### Uncompressed Image file
![Image Bigram](/captures/bigram_image_ppm.png?raw=true)
### ASCII text file
![Text Bigram](/captures/bigram_text_txt.png?raw=true)
### Executable bigram
![EXE Bigram](/captures/bigram_exe.png?raw=true)

## Sample 8-bit Special Unigram
### Executable unigram (special)
![EXE Unigram](/captures/unigram_exe.png?raw=true)

## Sample Byte Class Diagram
### Executable bigram
![Byte class](/captures/byte_class.png?raw=true)