Skip to content

Commit

Permalink
Fix aarch64 elf shared object bus error
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Dec 13, 2023
1 parent 5f00410 commit 4e106c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/templates/src/elf/dll/elf_dll_aarch64_template.s
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ strtab:
db 0
db 0
strtabsz equ $ - strtab

align 16
global _start
_start:

Binary file modified data/templates/template_aarch64_linux_dll.bin
Binary file not shown.

0 comments on commit 4e106c2

Please sign in to comment.