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

Skip BA2021 Analysis on .NET R2R & NativeAOT PE on non-Windows Platforms #1013

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. Skip BA2021 Analysis on .NET R2R & NativeAOT PE on non-Windows Platforms

    This change skips analysis when it finds non-Windows .NET R2R & NativeAOT PE's. The reason for this is the DoNotMarkWritableSectionsAsExecutable
    is Windows specific and R2R/NativeAOT do not follow Windows layout rules on non-Windows platforms.
    
    Fixes microsoft#970
    steveisok committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    dad86d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7697012 View commit details
    Browse the repository at this point in the history
  3. Include x86 too

    steveisok committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5ba877b View commit details
    Browse the repository at this point in the history