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

Single-file executables should be valid executables according to the platform file spec #59715

Open
2 tasks
agocke opened this issue Sep 28, 2021 · 1 comment
Open
2 tasks
Assignees
Milestone

Comments

@agocke
Copy link
Member

agocke commented Sep 28, 2021

The single-file exes are already valid Mach-O binaries since that is necessary for Mac Code Signing to work properly.

We need to do the same for Windows and Linux:

  • Single-file exes should be valid PE files on Windows
  • Single-file exes should be valid ELF files on Linux
@dotnet-issue-labeler dotnet-issue-labeler bot added area-Single-File untriaged New issue has not been triaged by the area owner labels Sep 28, 2021
@ghost
Copy link

ghost commented Sep 28, 2021

Tagging subscribers to this area: @agocke, @vitek-karas, @VSadov
See info in area-owners.md if you want to be subscribed.

Issue Details

The single-file exes are already valid Mach-O binaries since that is necessary for Mac Code Signing to work properly.

We need to do the same for Windows and Linux:

  • Single-file exes should be valid PE files on Windows
  • Single-file exes should be valid ELF files on Linux
Author: agocke
Assignees: -
Labels:

area-Single-File, untriaged

Milestone: -

@agocke agocke removed the untriaged New issue has not been triaged by the area owner label Sep 28, 2021
@agocke agocke added this to the 7.0.0 milestone Sep 28, 2021
@agocke agocke modified the milestones: 7.0.0, 8.0.0 Jul 28, 2022
@VSadov VSadov modified the milestones: 8.0.0, 9.0.0 Aug 22, 2023
@agocke agocke modified the milestones: 9.0.0, Future Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants