Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Windows Forensics Analyst Field Guide

You're reading from  Windows Forensics Analyst Field Guide

Product type Book
Published in Oct 2023
Publisher Packt
ISBN-13 9781803248479
Pages 318 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Muhiballah Mohammed Muhiballah Mohammed
Profile icon Muhiballah Mohammed

Table of Contents (14) Chapters

Preface 1. Part 1:Windows OS Forensics and Lab Preparation
2. Chapter 1: Introducing the Windows OS and Filesystems and Getting Prepared for the Labs 3. Chapter 2: Evidence Acquisition 4. Chapter 3: Memory Forensics for the Windows OS 5. Chapter 4: The Windows Registry 6. Chapter 5: User Profiling Using the Windows Registry 7. Part 2:Windows OS Additional Artifacts
8. Chapter 6: Application Execution Artifacts 9. Chapter 7: Forensic Analysis of USB Artifacts 10. Chapter 8: Forensic Analysis of Browser Artifacts 11. Chapter 9: Exploring Additional Artifacts 12. Index 13. Other Books You May Enjoy

Windows Registry data types

Each entry in the registry is assigned a data type that defines the specific kind of data that the entry can hold. While the registry supports nine different data types, in practical scenarios, you are likely to encounter only a few specific types while managing registry entries. There are several data types in the Windows Registry, including the following:

  • REG_SZ: A string value that can contain a maximum of 4,096 characters
  • REG_MULTI_SZ: A string value that can contain multiple strings separated by null characters
  • REG_EXPAND_SZ: A string value that can contain variables that are expanded when the value is retrieved
  • REG_DWORD: A 32-bit integer value that can be represented in decimal or hexadecimal format
  • REG_QWORD: A 64-bit integer value that can be represented in decimal or hexadecimal format
  • REG_BINARY: A binary value that can contain any type of data
  • REG_LINK: A symbolic link to another registry key

Each data type...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}