Advertisement
a3f

Untitled

a3f
Apr 16th, 2015
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. n:     file format mach-o-x86-64
  2.  
  3. Sections:
  4. Idx Name          Size      VMA               LMA               File off  Algn
  5.   0 .text         00000022  0000000000001fde  0000000000001fde  00000fde  2**0
  6.                   CONTENTS, ALLOC, LOAD, CODE
  7.   1 .data         00000003  0000000000002000  0000000000002000  00001000  2**0
  8.                   CONTENTS, ALLOC, LOAD, DATA
  9.   2 LC_THREAD.x86_THREAD_STATE64.0 000000a8  0000000000000000  0000000000000000  000002d0  2**0
  10.                   CONTENTS
  11.  
  12. Disassembly of section .text:
  13.  
  14. 0000000000001fde <start>:
  15.     1fde:   b8 04 00 00 02          mov    $0x2000004,%eax
  16.     1fe3:   bf 01 00 00 00          mov    $0x1,%edi
  17.     1fe8:   48 8d 35 11 01 00 00    lea    0x111(%rip),%rsi        # 2100 <NL+0xfe>
  18.     1fef:   ba 02 00 00 00          mov    $0x2,%edx
  19.     1ff4:   0f 05                   syscall
  20.     1ff6:   b8 01 00 00 02          mov    $0x2000001,%eax
  21.     1ffb:   48 31 ff                xor    %rdi,%rdi
  22.     1ffe:   0f 05                   syscall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement