• jared


    jared是一个Windows注册表操作开源类库。它将一个注册表文件读到内存中,并可以修改和重写该文件。

    srcbin proudly presents our first open source offering, jared. (just another registry editor)

    what is it?

    The most complete open source Windows registry hive editor available. Actually, it is a library with a small editor front-end. It is intended that people re-use this library for other projects needing access to offline registry hives. It is written in Java and compiles under 'gcj' for easy stand alone use. jared is released under the GNU Public License.

    why?

    In short, there was no other way. We needed raw access to offline registry hives. The Registry API was not available. There are some open source tools out there for editing the registry outside of windows, such as the Offline NT Password & Registry Editor and some alpha Samba code. None was robust enough for our needs.

    But why open source it? We felt that it was too important to keep hidden away. It represents significant effort and relies on open information found on the net. If it wasn't for free exchange of information, this library and application could not exist. Needless to say, even with significant documentation, it was VERY difficult to get a robust working implimentation. This project is unique, and if you want to modify or analyze registries offline, you've just hit the mother lode.

    download

    Please visit our sourceforge project: http://sf.net/projects/jared

    donations/consulting

    We accept donations, if you find

    jared

    useful. If you would like custom development that utilizes this library, please contact us for a quote.

    点击次数   官方主页【官方主页】   下载地址【下载地址】

    网友留言/评论

    我要留言/评论

    相关开源项目

    JFaceSnippets:JFace-Snippets提供了大量如何使用JFace API进行开发的示例。
    FreeMind:Freemind是一实用的开源思维导图/心智(MindMap)软件.它可用来作为:1.管理项目(包括子任务的管理,子任务的状态,时间记录,资源链接管理).2.笔记或知识库.3.文章写作或者头脑风暴.4.结构化的存储小型数据库.
    Ermodeller:Ermodeller是一个用于数据建模的CASE工具。该工具支持概念建模和逻辑建模,并在最后生成特定数据库的物理模型。支持的数据库包括:MySQL、PotgreSQL、Oracle、Pointbase,对其它数据库的支持需要通过XML文件自定义实现。
    iLabs mobile toolbox:iLabs mobile toolbox是一组J2ME扩展类库和一些Demo程序。它提供的类库包括XMPP协议封装,HTML渲染和浏览,Feed读取。此外还包括一些基础实用的类:Base64转换,错误处理,持久化存储处理,XML读取等。Demo程序包括:OpenMiniChatter:一个XMPP聊天客户端;OpenMiniBrowser:一个快速,实用的微型Web浏览器。
    SMSLib:SMSLib是一个API库用于通过GSM Modem收发SMS短信息。提供Java和.Net两个版本。
    dpHibernate:dpHibernate是Flex3/BlazeDS Hibernate Adapter用于支持从Flex应用程序中懒加hibernate对象。
    Java Twitter:Java Twitter是Twitter API的一个Java封装。这个类库为操作Twitter API提供了一个纯Java的接口。
    jVLT:jVLT是一个词汇学习工具。它能够指定一个例句中包含一个或多个词汇。jVLT还可以使用单词卡片系统(Flash Card System)进行测验。在测验中,jVLT能够显示每一个单词的例句,让你更易于记住它的用法。
    CSS Compressor:CSS Compressor是一个采用Java开发的CSS压缩优化工具。它采用多种方式来减少CSS文件大小包括:去掉空格、注释,合并相同规则的选择器,简短的颜色表示法,省略分号和其它小调整。
    Pivot:Pivot是一个开源客户端UI框架,用于开发高质量,跨平台的应用程序并能够很方便通过Web部署或做为一个桌面应程序。Pivot非常适合于那些有用HTML,CSS,JavaScript开发Ajax应用程序经验的Web开发人员。Pivot同样也适合于Swing开发人员,因为Swing与Pivot都是基于Java2D并使用MVC架构来从展示分离组件数据,然而Pivot还包含一些额外的特性:declarative UI,数据绑定,web services结合。