source: README.md @ 285

Last change on this file since 285 was 285, checked in by tim, 9 years ago

.

File size: 1.2 KB
RevLine 
[284]1# What is this?
2
3The RegLookup project is devoted to direct analysis of Windows NT-based registry files. RegLookup is released under the GNU GPL, and is implemented in ANSI C. RegLookup provides command line tools, a C API, and a Python module for accessing registry data structures. The project has a focus on providing tools for digital forensic examiners (though is useful for many purposes), and includes algorithms for retrieving deleted data structures from registry hives.
4
5# Where do I learn more?
6
7See the [main project site](http://projects.sentinelchicken.org/reglookup/).  You'll find official releases there and more documentation.
8
9
10# What if I have trouble?
11
12Ask for help on the [development mailing list](http://projects.sentinelchicken.org/reglookup/mailing-list) or submit an issue here on GitHub.
13
14
[285]15# Is this project maintained anymore?
16
17RegLookup is largely feature-complete for what we wanted to accomplish.  So the releases are infrequent (typically only when bugs crop up), but the project is still maintained.
18
19
[284]20# How do I contribute?
21
22We love contributions.  However, for now this GitHub mirror is just that, a static mirror, so please don't submit pull requests.  Just send us a patch on the development mailing list.
Note: See TracBrowser for help on using the repository browser.