嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在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