qira/extra/byteweight
Tiffany Bao 8d0206023b Add byteweight implementation into extra 2014-10-15 00:26:19 -04:00
..
README Add byteweight implementation into extra 2014-10-15 00:26:19 -04:00
_oasis Add byteweight implementation into extra 2014-10-15 00:26:19 -04:00
byte.ml Add byteweight implementation into extra 2014-10-15 00:26:19 -04:00
byteweight.ml Add byteweight implementation into extra 2014-10-15 00:26:19 -04:00
byteweight.mli Add byteweight implementation into extra 2014-10-15 00:26:19 -04:00
dism.ml Add byteweight implementation into extra 2014-10-15 00:26:19 -04:00
mock.ml Add byteweight implementation into extra 2014-10-15 00:26:19 -04:00
normalize.ml Add byteweight implementation into extra 2014-10-15 00:26:19 -04:00
train.ml Add byteweight implementation into extra 2014-10-15 00:26:19 -04:00
trie.ml Add byteweight implementation into extra 2014-10-15 00:26:19 -04:00
trie.mli Add byteweight implementation into extra 2014-10-15 00:26:19 -04:00

README

ByteWeight is a function identification project for cross platforms. It is based
on CMU Binary Analysis Platform.

Current code contains both training and testing implementation. To train out
signature file, one should use train by:
  ./train -bin-dir [training binary] -sig [output signature file]