Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.51 KB | None | 0 0
  1. ELF Header:
  2.   Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
  3.   Class:                             ELF32
  4.   Data:                              2's complement, little endian
  5.  Version:                           1 (current)
  6.  OS/ABI:                            UNIX - System V
  7.  ABI Version:                       0
  8.  Type:                              EXEC (Executable file)
  9.  Machine:                           ARM
  10.  Version:                           0x1
  11.  Entry point address:               0x800ec2d
  12.  Start of program headers:          52 (bytes into file)
  13.  Start of section headers:          1210964 (bytes into file)
  14.  Flags:                             0x5000200, Version5 EABI, soft-float ABI
  15.  Size of this header:               52 (bytes)
  16.  Size of program headers:           32 (bytes)
  17.  Number of program headers:         2
  18.  Size of section headers:           40 (bytes)
  19.  Number of section headers:         23
  20.  Section header string table index: 22
  21.  
  22. Section Headers:
  23.  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  24.  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  25.  [ 1] .text             PROGBITS        08002000 002000 013b88 00  AX  0   0  8
  26.  [ 2] .preinit_array    PREINIT_ARRAY   08015b88 0200d0 000000 04  WA  0   0  1
  27.  [ 3] .init_array       INIT_ARRAY      08015b88 0200d0 000000 04  WA  0   0  1
  28.  [ 4] .fini_array       FINI_ARRAY      08015b88 0200d0 000000 04  WA  0   0  1
  29.  [ 5] .data             PROGBITS        20000000 020000 0000d0 00  WA  0   0  4
  30.  [ 6] .bss              NOBITS          200000d0 0200d0 002b08 00  WA  0   0  4
  31.  [ 7] .debug_info       PROGBITS        00000000 0200d0 05e7bb 00      0   0  1
  32.  [ 8] .debug_abbrev     PROGBITS        00000000 07e88b 00da70 00      0   0  1
  33.  [ 9] .debug_loc        PROGBITS        00000000 08c2fb 01c32b 00      0   0  1
  34.  [10] .debug_aranges    PROGBITS        00000000 0a8626 001020 00      0   0  1
  35.  [11] .debug_ranges     PROGBITS        00000000 0a9646 002178 00      0   0  1
  36.  [12] .debug_macro      PROGBITS        00000000 0ab7be 015dab 00      0   0  1
  37.  [13] .debug_line       PROGBITS        00000000 0c1569 023135 00      0   0  1
  38.  [14] .debug_str        PROGBITS        00000000 0e469e 031df4 01  MS  0   0  1
  39.  [15] .comment          PROGBITS        00000000 116492 00001d 01  MS  0   0  1
  40.  [16] .ARM.attributes   ARM_ATTRIBUTES  00000000 1164af 00002b 00      0   0  1
  41.  [17] .debug_frame      PROGBITS        00000000 1164dc 005a78 00      0   0  4
  42.  [18] .stabstr          STRTAB          00000000 11bf54 00014b 00      0   0  1
  43.  [19] .stab             PROGBITS        00000000 11c0a0 000030 0c     18   0  4
  44.  [20] .symtab           SYMTAB          00000000 11c0d0 007c90 10     21 1461  4
  45.  [21] .strtab           STRTAB          00000000 123d60 003c06 00      0   0  1
  46.  [22] .shstrtab         STRTAB          00000000 127966 0000ee 00      0   0  1
  47. Key to Flags:
  48.  W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
  49.  L (link order), O (extra OS processing required), G (group), T (TLS),
  50.  C (compressed), x (unknown), o (OS specific), E (exclude),
  51.  y (purecode), p (processor specific)
  52.  
  53. Program Headers:
  54.  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  55.  LOAD           0x000000 0x08000000 0x08000000 0x15b88 0x15b88 R E 0x10000
  56.  LOAD           0x020000 0x20000000 0x08015b88 0x000d0 0x02bd8 RW  0x10000
  57.  
  58. Section to Segment mapping:
  59.  Segment Sections...
  60.   00     .text
  61.   01     .data .bss
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement