Just remove DT_HASH.
parent
8828060886
commit
eff85e4118
|
@ -66,16 +66,12 @@ dynsection:
|
||||||
; DT_INIT
|
; DT_INIT
|
||||||
dq 0x0c
|
dq 0x0c
|
||||||
dq _start
|
dq _start
|
||||||
; DT_HASH
|
|
||||||
dq 0x04
|
|
||||||
dq strtab
|
|
||||||
; DT_STRTAB
|
; DT_STRTAB
|
||||||
dq 0x05
|
dq 0x05
|
||||||
dq strtab
|
dq strtab
|
||||||
; DT_SYMTAB
|
; DT_SYMTAB
|
||||||
dq 0x06
|
dq 0x06
|
||||||
dq strtab
|
dq strtab
|
||||||
; DT_STRSZ
|
|
||||||
dq 0x0a
|
dq 0x0a
|
||||||
dq 0
|
dq 0
|
||||||
; DT_SYMENT
|
; DT_SYMENT
|
||||||
|
@ -89,11 +85,7 @@ dynsz equ $ - dynsection
|
||||||
strtab:
|
strtab:
|
||||||
db 0
|
db 0
|
||||||
db 0
|
db 0
|
||||||
db 0
|
|
||||||
db 0
|
|
||||||
db 0
|
|
||||||
strtabsz equ $ - strtab
|
strtabsz equ $ - strtab
|
||||||
|
|
||||||
global _start
|
global _start
|
||||||
_start:
|
_start:
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue