STAN -- Stream Analyzer -- http://www.roqe.org/stan Copyright (c) 2001-2004 Konrad Rieck <kr@roqe.org> ---
Introduction
Stan is a console application that analyzes binary streams and calculates several useful statistical information from the observed data. It features statistical, pattern and bit analysis. Stan has been designed as a "swiss-knife" for first steps in reverse engineering and cryptographic analysis.
Installation
The installation process is straight forward, as long as your are running a POSIX compliant operating system, such as Linux or any BSD.
$ ./configure
$ make
# make install
Usage
The man page stan(1) should be sufficient for getting all information about command line options of stan.
