Skip to content

PE: TLS parser generics and bitness-related rework #433

@kkent030315

Description

@kkent030315

Reference: #425 (comment)

TL;DR:

  • Deprecate TlsData::parse, TlsData::parse_with_opts that uses unintuitive generics.
    • Instead, we should ideally have is_64.
  • Make independent ImageTlsDirectory(64) and ImageTlsDirectory32, and impl <From<ImageTlsDirectory32>> for ImageTlsDirectory(64) to merge.

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