General Information
===================

Browser history viewer allows you to examine the contents of web browser 
history files and export the data. It meant to be a forensics tool.

BHV is released under the GNU General Public License (GPL) version 2, 
see the file 'COPYING' for more information.

The official web site is:

	http://people.mmgsecurity.com/~lorenb/bhv/

Installation
============

BHV requires the following other packages:

	* Python 2.3
	* PyGtk 2.4+

Simple installation procedure:

	# tar zxvf bhv-X.Y.Z.tar.gz
	# cd bhv-X.Y.Z
	# ./configure
	# make
	# make install

See the file 'INSTALL' for more detailed information.

Hacking
=======

BHV is written in Python. The source code is available from the MMG Security code repository in the module bhv.

	$ mkdir bhv
	$ cd bhv
	$ svn co http://svn.mmgsecurity.com/svn/bhv/trunk
	$ cd trunk
	$ ./autogen.sh
	$ ./configure
	$ make

Bugs / Patches
==================
Bugs/patches can be reported/submitted to http://bugs.mmgsecurity.com/
