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

proposal: debug/pe: extend support for PE file format #43638

Closed
nightlark opened this issue Jan 12, 2021 · 2 comments
Closed

proposal: debug/pe: extend support for PE file format #43638

nightlark opened this issue Jan 12, 2021 · 2 comments

Comments

@nightlark
Copy link

I was looking at if debug/pe could be used to make tools that work with the PE file format, including PE files with CLI/CLR headers for managed code.

Are changes adding structs to deal with those additional headers be something that would be appropriate for adding to the debug/pe package? If not, then would changes to debug/pe that make it easier to use a base for a 3rd party or new debug/* package be okay?

An open issue that seems related is #15345, though I think the scope in terms of functionality it wants to add is narrower.

@gopherbot gopherbot added this to the Proposal milestone Jan 12, 2021
@ianlancetaylor
Copy link
Contributor

Yes, adding new structs that are used by PE/COFF in the debug/pe package is fine. No need for a proposal or an issue. Thanks.

@nightlark
Copy link
Author

Great, thanks!

@golang golang locked and limited conversation to collaborators Jan 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants