elf-dump-fix icon indicating copy to clipboard operation
elf-dump-fix copied to clipboard

Android requires e_shoff to have the alignment of Elf_Shdr

Open HMaker opened this issue 6 months ago • 0 comments

The shared library fixed by elf-dump-fix is failling the Android 13 linker's ElfReader::ReadSectionHeaders().

The section headers offset should be aligned https://github.com/maiyao1988/elf-dump-fix/blob/13f5301cbb3f653869bcddad7525e07c789434a1/app/jni/ElfFixSection/fix.cpp#L540-L541

HMaker avatar Dec 21 '23 01:12 HMaker