We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go build a elf file elf.write error: Invalid ElfObjectFile Error LB0154: Invalid PT_LOAD segment alignment requirements: (VirtualAddress - Range.Offset) & (Alignment - 1) == 128 while it must be == 0
The text was updated successfully, but these errors were encountered:
Can you share the main ELF file? I don't think there's anything easily actionable without it.
main
Sorry, something went wrong.
main.zip
main file
i want to add a section to the elf file.
No branches or pull requests
go build a elf file
elf.write error:
Invalid ElfObjectFile
Error LB0154: Invalid PT_LOAD segment alignment requirements: (VirtualAddress - Range.Offset) & (Alignment - 1) == 128 while it must be == 0
The text was updated successfully, but these errors were encountered: