Skip to content

DBI: machine type - should differentiate UNKNOWN (0x0) from indeterminate types #164

@wesinator

Description

@wesinator

for PE machine type values - UNKNOWN is a specific label associated with value 0x0

There can be other machine type values that don't match the enum.
Currently these will also return UNKNOWN label:

pdb/src/dbi.rs

Line 371 in 65c5b6d

_ => Self::Unknown,

This should probably be changed to be granular about non-standard machine types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions