Glossary · Term

Windows registry

← all terms

Definition

Plain language

The central settings database Windows uses to store configuration for the operating system and its programs.

As stated in the literature

A hierarchical key-value store holding OS and application configuration on Windows; COM activation identifiers, interface bindings, and threading models live here rather than in the target binary, which is why COM-exploitation agents must query it.

Also called: registry

Why it matters: Because so much system and app configuration lives there, anything trying to understand or exploit how Windows components connect must read the registry to find it.

For example, when you change a program's default settings on Windows, those choices are often recorded in the registry rather than in the program's own file.

Heard on the show

“Right — and the same registry feeds into something subtler, which is how the analysts decide what to try next.”
Episode 095 — Seven Wins to Zero: How Organizing AI Agents Like a Lab Changes the Search

Mentioned in 3 episodes

  1. 095
    Seven Wins to Zero: How Organizing AI Agents Like a Lab Changes the Search
  2. 049
    An AI Agent Reached for Root in Twelve Minutes, Without Being Attacked
  3. 024
    An AI Agent That Found 28 Zero-Days in Windows — And What Made It Work

Related terms