LibObjectFile icon indicating copy to clipboard operation
LibObjectFile copied to clipboard

go build elf file, elf.write error Invalid ElfObjectFile

Open send010 opened this issue 3 years ago • 3 comments

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

image

send010 avatar May 25 '22 09:05 send010

Can you share the main ELF file? I don't think there's anything easily actionable without it.

filipnavara avatar May 25 '22 10:05 filipnavara

main.zip

main file

send010 avatar May 25 '22 10:05 send010

i want to add a section to the elf file.

send010 avatar May 25 '22 10:05 send010