source: README.wiki

Last change on this file was 290, checked in by tim, 7 years ago

.

File size: 1.5 KB
Line 
1<h2>What is this?</h2>
2<p>
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</p>
5
6<h2>Where do I learn more?</h2>
7<p>
8See the <a href="http://projects.sentinelchicken.org/reglookup/">main project site</a>.  You'll find official releases there and more documentation.
9</p>
10
11<h2> What if I have trouble? </h2>
12<p>
13Ask for help on the <a href="http://projects.sentinelchicken.org/reglookup/mailing-list">development mailing list</a> or <a href="https://code.blindspotsecurity.com/trac/reglookup/newticket">submit a ticket</a>.
14</p>
15
16<h2> Is this project maintained anymore? </h2>
17<p>
18RegLookup 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.
19</p>
20
21<h2> How do I contribute? </h2>
22<p>
23We love contributions.  To submit a patch, please check out the latest revision with:
24</p>
25<pre>svn co https://code.blindspotsecurity.com/dav/reglookup/</pre>
26<p>
27Then apply your changes and run "<code>svn diff</code>".  Save the resulting diff and attach it to a ticket.
28</p>
Note: See TracBrowser for help on using the repository browser.