17 lines
279 B
D
17 lines
279 B
D
|
#as: --32
|
||
|
#ld: -pie -melf_i386 -z relro -z noseparate-code
|
||
|
#objdump: -dw --sym
|
||
|
|
||
|
.*: +file format .*
|
||
|
|
||
|
SYMBOL TABLE:
|
||
|
#...
|
||
|
0+1ff4 l O .got.plt 0+ _GLOBAL_OFFSET_TABLE_
|
||
|
#...
|
||
|
|
||
|
Disassembly of section .text:
|
||
|
|
||
|
.* <_start>:
|
||
|
.*: 8d 80 0c e0 ff ff lea -0x1ff4\(%eax\),%eax
|
||
|
#pass
|