First commit of file entropy analyzer.

- Code comments need cleaned up still.
This commit is contained in:
Seth Hall 2013-08-05 00:02:48 -04:00
parent 2f0671aeeb
commit b7877792c9
7 changed files with 221 additions and 0 deletions

View file

@ -1,3 +1,4 @@
add_subdirectory(data_event)
add_subdirectory(entropy)
add_subdirectory(extract)
add_subdirectory(hash)