Guest User

Untitled

a guest
Apr 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.    0:   eb 04                   jmp    0x6
  2.    2:   af                      scas   eax,DWORD PTR es:[edi]
  3.    3:   c2 bf a3                ret    0xa3bf
  4.    6:   81 ec 00 01 00 00       sub    esp,0x100
  5.    c:   31 c9                   xor    ecx,ecx
  6.    e:   88 0c 0c                mov    BYTE PTR [esp+ecx*1],cl
  7.   11:   fe c1                   inc    cl
  8.   13:   75 f9                   jne    0xe
  9.   15:   31 c0                   xor    eax,eax
  10.   17:   ba ef be ad de          mov    edx,0xdeadbeef
  11.   1c:   02 04 0c                add    al,BYTE PTR [esp+ecx*1]
  12.   1f:   00 d0                   add    al,dl
  13.   21:   c1 ca 08                ror    edx,0x8
  14.   24:   8a 1c 0c                mov    bl,BYTE PTR [esp+ecx*1]
  15.   27:   8a 3c 04                mov    bh,BYTE PTR [esp+eax*1]
  16.   2a:   88 1c 04                mov    BYTE PTR [esp+eax*1],bl
  17.   2d:   88 3c 0c                mov    BYTE PTR [esp+ecx*1],bh
  18.   30:   fe c1                   inc    cl
  19.   32:   75 e8                   jne    0x1c
  20.   34:   e9 5c 00 00 00          jmp    0x95
  21.   39:   89 e3                   mov    ebx,esp
  22.   3b:   81 c3 04 00 00 00       add    ebx,0x4
  23.   41:   5c                      pop    esp
  24.   42:   58                      pop    eax
  25.   43:   3d 41 41 41 41          cmp    eax,0x41414141
  26.   48:   75 43                   jne    0x8d
  27.   4a:   58                      pop    eax
  28.   4b:   3d 42 42 42 42          cmp    eax,0x42424242
  29.   50:   75 3b                   jne    0x8d
  30.   52:   5a                      pop    edx
  31.   53:   80 d1 80                adc    cl,0x80
  32.   56:   e6 89                   out    0x89,al
  33.   58:   df 29                   fild   QWORD PTR [ecx]
  34.   5a:   cf                      iret  
  35.   5b:   f3 a4                   rep movs BYTE PTR es:[edi],BYTE PTR ds:[esi]
  36.   5d:   89 de                   mov    esi,ebx
  37.   5f:   89 d1                   mov    ecx,edx
  38.   61:   89 df                   mov    edi,ebx
  39.   63:   29 cf                   sub    edi,ecx
  40.   65:   31 c0                   xor    eax,eax
  41.   67:   31 db                   xor    ebx,ebx
  42.   69:   31 d2                   xor    edx,edx
  43.   6b:   fe c0                   inc    al
  44.   6d:   02 1c 06                add    bl,BYTE PTR [esi+eax*1]
  45.   70:   8a 14 06                mov    dl,BYTE PTR [esi+eax*1]
  46.   73:   8a 34 1e                mov    dh,BYTE PTR [esi+ebx*1]
  47.   76:   88 34 06                mov    BYTE PTR [esi+eax*1],dh
  48.   79:   88 14 1e                mov    BYTE PTR [esi+ebx*1],dl
  49.   7c:   00 f2                   add    dl,dh
  50.   7e:   30 f6                   xor    dh,dh
  51.   80:   8a 1c 16                mov    bl,BYTE PTR [esi+edx*1]
  52.   83:   8a 17                   mov    dl,BYTE PTR [edi]
  53.   85:   30 da                   xor    dl,bl
  54.   87:   88 17                   mov    BYTE PTR [edi],dl
  55.   89:   47                      inc    edi
  56.   8a:   49                      dec    ecx
  57.   8b:   75 de                   jne    0x6b
  58.   8d:   31 db                   xor    ebx,ebx
  59.   8f:   89 d8                   mov    eax,ebx
  60.   91:   fe c0                   inc    al
  61.   93:   cd 80                   int    0x80
  62.   95:   90                      nop
  63.   96:   90                      nop
  64.   97:   e8 9d ff ff ff          call   0x39
  65.   9c:   41                      inc    ecx
  66.   9d:   41                      inc    ecx
  67.   9e:   41                      inc    ecx
  68.   9f:   41                      inc    ecx
Add Comment
Please, Sign In to add comment