30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
01 00 55 05 10 00 03 00 00 00 00 00 45 4c 46 00
|
|
Mini-ELF version 1
|
|
Entry point 0x555
|
|
There are 3 program headers, starting at offset 16 (0x10)
|
|
There is no symbol table present
|
|
There is no string table present
|
|
Segment Offset Size VirtAddr Type Flags
|
|
00 0x004c 0x0009 0x0000 CODE R X
|
|
01 0x0055 0x001f 0x0555 CODE R X
|
|
02 0x0074 0x0008 0x0987 DATA RW
|
|
Contents of memory from 0000 to 0009:
|
|
0000 70 55 05 00 00 00 00 00 00
|
|
Contents of memory from 0555 to 0574:
|
|
0550 30 f0 4d 01 00 00 00 00 00 00 30
|
|
0560 f3 de 00 00 00 00 00 00 00 30 f1 6f 00 00 00 00
|
|
0570 00 00 00 00
|
|
Contents of memory from 0987 to 098f:
|
|
0980 dd cc bb aa 00 00 00 00
|
|
Disassembly of executable contents:
|
|
0x000: | .pos 0x000 code
|
|
0x000: 70 55 05 00 00 00 00 00 00 | jmp 0x555
|
|
|
|
0x555: | .pos 0x555 code
|
|
0x555: | _start:
|
|
0x555: 30 f0 4d 01 00 00 00 00 00 00 | irmovq 0x14d, %rax
|
|
0x55f: 30 f3 de 00 00 00 00 00 00 00 | irmovq 0xde, %rbx
|
|
0x569: 30 f1 6f 00 00 00 00 00 00 00 | irmovq 0x6f, %rcx
|
|
0x573: 00 | halt
|
|
|