Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(mach headers): refactor to linked list to avoid threading issues #728

Merged
merged 6 commits into from
Jun 30, 2020

Commits on Jun 28, 2020

  1. refactor(mach headers): improve encapsulation

    The layout of the MachHeaders module is not optimal as it exposes unnecessary implementation
    detail. This means the index of the image in the list is passed around and increases the
    chances of this changing if used in multi-threaded context.
    tomlongridge committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    03d0e8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52944fc View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Changes following review

    tomlongridge committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    a5dff3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ae9b00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0426674 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    8d40f95 View commit details
    Browse the repository at this point in the history