v0.4
	* Now will pull symbol/function information from dynamic shared libs.
	* Now uses symbols when available to determine function names
	* Will use dress(1) from the fenris suite if stripped and static
	* Displays a function percent ratio in summary
	* Comment symbol can be easily modified (might default to ';')
	* Fixed a upx decoding bug.
	* Added a man page
	* Updated the Makefile to support clean,uninstall installs the man page
	* Some minor bugfixes
v0.3
	* Added a basic Makefile
	* Added some more error checking
	* Added UPX support for decompression
	* Prints UPX header information and some diagnostics
	* Recognizes bogus version information for UPX
	* Added some integration support for/with TCT
	* return_rostring does a much better job at displaying binary strings
	* Now supports header files hashes to be loaded as a seperate but
	  optional library instead of parsing from disk.
	* Includes a util to convert headers into perl hashes
v0.2
	* Added getopts
	* Added stack_states
	* lots of code cleanups and optoins added
v0.1
	* Proof of concept
