7 lines
85 B
ArmAsm
Raw Normal View History

2017-04-10 13:32:00 +02:00
.text
.globl plt
.type plt, @function
plt:
call *puts@GOT(%ebx)
jmp puts@PLT