Skip to content

Commit

Permalink
windows_minidump: use windows_processor_revision to decode it.
Browse files Browse the repository at this point in the history
  • Loading branch information
KOLANICH committed Mar 19, 2023
1 parent ed1ccfe commit b2b2749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion windows/windows_minidump.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ meta:
endian: le
imports:
- /windows/windows_processor_architecture
- /windows/windows_processor_revision
doc: |
Windows MiniDump (MDMP) file provides a concise way to store process
core dumps, which is useful for debugging. Given its small size,
Expand Down Expand Up @@ -90,7 +91,7 @@ types:
type: u2
- id: cpu_revision
-orig-id: ProcessorRevision
type: u2
type: windows_processor_revision(cpu_arch, cpu_level)
- id: num_cpus
-orig-id: NumberOfProcessors
type: u1
Expand Down

0 comments on commit b2b2749

Please sign in to comment.