
libforensics
LibForensics is a library for developing digital forensics applications. Currently it is developed in pure Python. After a majority of the code has been developed and stabilized, the bottlenecks will likely be converted into C-based modules.
I'm looking for people to use and test the framework. I've developed some sample Python tools (under the demo directory in the repository) that use various parts of the framework. Even if you're not a coder, feel free to experiment with the tools, and report any bugs you find.
LibForensics requires Python version 3.1. You can get the latest version of Python from http://www.python.org
News:
Whats new - April 15, 2010
An early access copy of the next major release (0.3) is now available. The documentation is now available at http://docs.libforensics.com'>http://docs.libforensics.com. Since this is still a work in progress (not quite at the 0.3 mark yet), if it's in the API docs it should be tested and hopefully working. :) There are a few things left before the 0.3 release. My goal is within the month.
Whats new - March 18, 2010
I've been working on the next major release (0.3). Several things have changed, including the data typing system (we now use ctypes instead of struct), more thorough unit testing, numerous bug fixes, and API documentation. Look for a major release in the next few weeks.
Some basic factoids