[baabielf64] AArch64 ELF Conventions for Binary Analysis.#349
Merged
smithp35 merged 3 commits intoARM-software:mainfrom Sep 29, 2025
Merged
[baabielf64] AArch64 ELF Conventions for Binary Analysis.#349smithp35 merged 3 commits intoARM-software:mainfrom
smithp35 merged 3 commits intoARM-software:mainfrom
Conversation
Added new alpha draft document to specify code patterns and conventions for binaries intended to improve recognition by binary analysis tools. AArch64 veneers (aka thunks, stubs or trampolines) were documented there reflecting the current implementations in ld.bfd, ld.lld, mold and go linker.
Contributor
Author
|
As suggested, I created a separate document to support binary analysis tools, addressed comments from the previous PR #333 ( tagging reviewers and commenters from the prior discussion to this PR @smithp35 @rui314 @maksfb @Wilco1 @MaskRay ), documented the new veneers and reflected the current state of what the major linkers can generate. Proposals to improve the veneers design and implementation are out of scope for this PR and can be considered separately. |
smithp35
reviewed
Sep 10, 2025
Contributor
smithp35
left a comment
There was a problem hiding this comment.
Thanks for splitting this out.
Contributor
Author
|
Thank you @smithp35 for the review and helpful comments, they have been addressed. |
smithp35
approved these changes
Sep 18, 2025
MaskRay
reviewed
Sep 20, 2025
Contributor
Author
|
Thanks @MaskRay, I appreciate the review. Unless there are more comments, I would merge it at the end of the week. |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added new alpha draft document to specify code patterns and conventions for binaries intended to improve recognition by binary analysis tools. AArch64 veneers (aka thunks, stubs or trampolines) were documented there reflecting the current implementations in ld.bfd, ld.lld, mold and go linker.