Skip to content

Improved address object design #401

@ghost

Description

When we decided to chain together address objects with a parentIndex property, we failed to understand that offset should be relative to parent rather than to base address.

  1. Specify that offset is w.r.t. parent.

  2. Rename offset to offsetFromParent to avoid natural baseAddress + offset error.

  3. Specify address resolution algorithm.

  4. CONSIDER other kinds such as "headers" (start of header list), "sections" (start of section list), "header", "tables", "table".

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions