Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. void main(){
  4. printf("hello!n");
  5. }
  6.  
  7. Program Headers:
  8. Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
  9. EXIDX 0x0004cc 0x000104cc 0x000104cc 0x00008 0x00008 R 0x4
  10. PHDR 0x000034 0x00010034 0x00010034 0x00120 0x00120 R E 0x4
  11. INTERP 0x000154 0x00010154 0x00010154 0x00019 0x00019 R 0x1
  12. [Requesting program interpreter: /lib/ld-linux-armhf.so.3]
  13. LOAD 0x000000 0x00010000 0x00010000 0x004d8 0x004d8 R E 0x10000
  14. LOAD 0x000f0c 0x00020f0c 0x00020f0c 0x0011c 0x00120 RW 0x10000
  15. DYNAMIC 0x000f18 0x00020f18 0x00020f18 0x000e8 0x000e8 RW 0x4
  16. NOTE 0x000170 0x00010170 0x00010170 0x00044 0x00044 R 0x4
  17. GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RW 0x10
  18. GNU_RELRO 0x000f0c 0x00020f0c 0x00020f0c 0x000f4 0x000f4 R 0x1
  19.  
  20. 0x7efdf000 0x7f000000 0x00000000 rwx [stack]
  21.  
  22. #if defined(__linux__) && defined(__ELF__)
  23. .section .note.GNU-stack,"",%progbits
  24. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement