
Eye Describe anatomy
If you are doing DFIR research, writing custom parsers, or if you're a student trying to understand what’s actually happening under the hood, you know how hard it is to find solid documentation on modern Windows 11 binary structures. Microsoft has made subtle changes, and staring at a wall of raw hex without context is a nightmare when you're trying to learn or build.
To fix that, I just pushed a major update to Eye Describe an educational hub specifically designed for researchers and students. I’ve fully mapped out the exact binary anatomy of 6 core Windows 11 artifacts, down to the individual byte.
- Byte-by-byte hex mapping of the structures (Headers, flags, data blocks, etc.).
- Visual layouts so you can actually see how the offsets connect instead of guessing.
You can check out the interactive anatomy guides here:https://crow-eye.com/eye-describe
I'd love to hear your feedback on the layouts. For the researchers and students out there doing deep Windows 11 forensics: what artifacts or specific offsets are you struggling to find documentation for right now?