source: README.wiki @ 290

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

.

File size: 1.5 KB
RevLine 
[289]1<h2>What is this?</h2>
2<p>
[284]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.
[289]4</p>
[284]5
[289]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>
[284]10
[289]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>
[284]15
[289]16<h2> Is this project maintained anymore? </h2>
17<p>
[285]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.
[289]19</p>
[285]20
[289]21<h2> How do I contribute? </h2>
22<p>
[290]23We love contributions.  To submit a patch, please check out the latest revision with:
[289]24</p>
[290]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.