Skip to content

Potential Naming Inconsistency #114

@SvcGrace

Description

@SvcGrace

section.go

// ImageSectionLnkMRelocOvfl indicates the section contains extended
// relocations.
ImageSectionLnkMRelocOvfl = 0x01000000

https://learn.microsoft.com/zh-cn/windows/win32/api/winnt/ns-winnt-image_section_header
Is the constant naming ImageSectionLnkMRelocOvfl = 0x01000000 correct in this code? Because what I found in Microsoft's documentation is IMAGE_SCN_LNK_NRELOC_OVFL with the value 0x01000000.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions