基本信息
源码名称:C++解析windows注册表hive文件
源码大小:9.66M
文件格式:.zip
开发语言:C/C++
更新时间:2023-10-25
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
C 直接解析注册表文件,不用注册表API.

.
├── C 解析windows注册表hive文件_rejistry .zip
└── rejistry
    ├── README.txt
    ├── include
    │   └── librejistry .h
    ├── msvcpp
    │   ├── Rejistry
    │   │   ├── Debug
    │   │   │   ├── rejistry.Build.CppClean.log
    │   │   │   ├── rejistry.log
    │   │   │   └── rejistry.tlog
    │   │   ├── Rejistry.sdf
    │   │   ├── Rejistry.v12.suo
    │   │   ├── Rejistry.vcxproj
    │   │   ├── Rejistry.vcxproj.filters
    │   │   ├── Release
    │   │   │   ├── rejistry.log
    │   │   │   └── rejistry.tlog
    │   │   └── rejistry.vcxproj.user
    │   └── Rejistry
    │       ├── Debug
    │       │   ├── rejistry .Build.CppClean.log
    │       │   ├── rejistry .log
    │       │   └── rejistry .tlog
    │       ├── Rejistry .vcxproj
    │       ├── Rejistry .vcxproj.filters
    │       ├── Release
    │       │   ├── rejistry .log
    │       │   └── rejistry .tlog
    │       ├── rejistry .sln
    │       ├── rejistry .v12.suo
    │       └── rejistry .vcxproj.user
    └── src
        ├── BinaryBlock.cpp
        ├── BinaryBlock.h
        ├── Buffer.cpp
        ├── Buffer.h
        ├── ByteBuffer.cpp
        ├── ByteBuffer.h
        ├── Cell.cpp
        ├── Cell.h
        ├── DBIndirectRecord.cpp
        ├── DBIndirectRecord.h
        ├── DBRecord.cpp
        ├── DBRecord.h
        ├── DirectSubkeyListRecord.cpp
        ├── DirectSubkeyListRecord.h
        ├── EmptySubkeyList.h
        ├── HBIN.cpp
        ├── HBIN.h
        ├── LFRecord.cpp
        ├── LFRecord.h
        ├── LHRecord.cpp
        ├── LHRecord.h
        ├── LIRecord.cpp
        ├── LIRecord.h
        ├── NKRecord.cpp
        ├── NKRecord.h
        ├── REGFHeader.cpp
        ├── REGFHeader.h
        ├── RIRecord.cpp
        ├── RIRecord.h
        ├── Record.cpp
        ├── Record.h
        ├── RegistryByteBuffer.cpp
        ├── RegistryByteBuffer.h
        ├── RegistryHive.h
        ├── RegistryHiveBuffer.cpp
        ├── RegistryHiveBuffer.h
        ├── RegistryHiveFile.cpp
        ├── RegistryHiveFile.h
        ├── RegistryKey.cpp
        ├── RegistryKey.h
        ├── RegistryParseException.h
        ├── RegistryValue.cpp
        ├── RegistryValue.h
        ├── Rejistry.cpp
        ├── Rejistry.h
        ├── RejistryException.cpp
        ├── RejistryException.h
        ├── SubkeyListRecord.cpp
        ├── SubkeyListRecord.h
        ├── VKRecord.cpp
        ├── VKRecord.h
        ├── ValueData.cpp
        ├── ValueData.h
        ├── ValueListRecord.cpp
        └── ValueListRecord.h

14 directories, 74 files