Guest User

Untitled

a guest
Apr 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ cat output.txt
  2. eb 04 af c2 bf a3 81 ec  00 01 00 00 31 c9 88 0c
  3. 0c fe c1 75 f9 31 c0 ba  ef be ad de 02 04 0c 00
  4. d0 c1 ca 08 8a 1c 0c 8a  3c 04 88 1c 04 88 3c 0c
  5. fe c1 75 e8 e9 5c 00 00  00 89 e3 81 c3 04 00 00
  6. 00 5c 58 3d 41 41 41 41  75 43 58 3d 42 42 42 42
  7. 75 3b 5a 89 d1 89 e6 89  df 29 cf f3 a4 89 de 89
  8. d1 89 df 29 cf 31 c0 31  db 31 d2 fe c0 02 1c 06
  9. 8a 14 06 8a 34 1e 88 34  06 88 14 1e 00 f2 30 f6
  10. 8a 1c 16 8a 17 30 da 88  17 47 49 75 de 31 db 89
  11. d8 fe c0 cd 80 90 90 e8  9d ff ff ff 41 41 41 41
  12.  
  13. $ ndisasm -b 32 output.bin
  14. 00000000  EB04              jmp short 0x6
  15. 00000002  AF                scasd
  16. 00000003  C2BFA3            ret 0xa3bf
  17. 00000006  81EC00010000      SUB esp,0x100
  18. 0000000C  31C9              XOR ecx,ecx
  19. 0000000E  880C0C            mov [esp+ecx],cl
  20. 00000011  FEC1              inc cl
  21. 00000013  75F9              jnz 0xe
  22. 00000015  31C0              XOR eax,eax
  23. 00000017  BAEFBEADDE        mov edx,0xdeadbeef
  24. 0000001C  02040C            add al,[esp+ecx]
  25. 0000001F  00D0              add al,dl
  26. 00000021  C1CA08            ror edx,0x8
  27. 00000024  8A1C0C            mov bl,[esp+ecx]
  28. 00000027  8A3C04            mov bh,[esp+eax]
  29. 0000002A  881C04            mov [esp+eax],bl
  30. 0000002D  883C0C            mov [esp+ecx],bh
  31. 00000030  FEC1              inc cl
  32. 00000032  75E8              jnz 0x1c
  33. 00000034  E95C000000        jmp dword 0x95
  34. 00000039  89E3              mov ebx,esp
  35. 0000003B  81C304000000      add ebx,0x4
  36. 00000041  5C                pop esp
  37. 00000042  58                pop eax
  38. 00000043  3D41414141        cmp eax,0x41414141
  39. 00000048  7543              jnz 0x8d
  40. 0000004A  58                pop eax
  41. 0000004B  3D42424242        cmp eax,0x42424242
  42. 00000050  753B              jnz 0x8d
  43. 00000052  5A                pop edx
  44. 00000053  89D1              mov ecx,edx
  45. 00000055  89E6              mov esi,esp
  46. 00000057  89DF              mov edi,ebx
  47. 00000059  29CF              SUB edi,ecx
  48. 0000005B  F3A4              rep movsb
  49. 0000005D  89DE              mov esi,ebx
  50. 0000005F  89D1              mov ecx,edx
  51. 00000061  89DF              mov edi,ebx
  52. 00000063  29CF              SUB edi,ecx
  53. 00000065  31C0              XOR eax,eax
  54. 00000067  31DB              XOR ebx,ebx
  55. 00000069  31D2              XOR edx,edx
  56. 0000006B  FEC0              inc al
  57. 0000006D  021C06            add bl,[esi+eax]
  58. 00000070  8A1406            mov dl,[esi+eax]
  59. 00000073  8A341E            mov dh,[esi+ebx]
  60. 00000076  883406            mov [esi+eax],dh
  61. 00000079  88141E            mov [esi+ebx],dl
  62. 0000007C  00F2              add dl,dh
  63. 0000007E  30F6              XOR dh,dh
  64. 00000080  8A1C16            mov bl,[esi+edx]
  65. 00000083  8A17              mov dl,[edi]
  66. 00000085  30DA              XOR dl,bl
  67. 00000087  8817              mov [edi],dl
  68. 00000089  47                inc edi
  69. 0000008A  49                dec ecx
  70. 0000008B  75DE              jnz 0x6b
  71. 0000008D  31DB              XOR ebx,ebx
  72. 0000008F  89D8              mov eax,ebx
  73. 00000091  FEC0              inc al
  74. 00000093  CD80              INT 0x80
  75. 00000095  90                nop
  76. 00000096  90                nop
  77. 00000097  E89DFFFFFF        call dword 0x39
  78. 0000009C  41                inc ecx
  79. 0000009D  41                inc ecx
  80. 0000009E  41                inc ecx
  81. 0000009F  41                inc ecx
Add Comment
Please, Sign In to add comment