Created
July 7, 2016 20:59
-
-
Save khanzf/8773fb52089f9b151d9bfccb72f9de15 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[farhan@offmail ~]$ objdump -D -b binary -mi386 file | |
file: file format binary | |
Disassembly of section .data: | |
0000000000000000 <.data>: | |
0: e8 00 00 66 83 call 0x83660005 | |
5: ec in (%dx),%al | |
6: 04 66 add $0x66,%al | |
8: 58 pop %eax | |
9: 66 83 c0 56 add $0x56,%ax | |
d: 66 ff d0 callw *%ax | |
10: 34 17 xor $0x17,%al | |
12: 17 pop %ss | |
13: 1d 09 1d 09 0b sbb $0xb091d09,%eax | |
18: 13 e1 adc %ecx,%esp | |
1a: f5 cmc | |
1b: eb ec jmp 0x9 | |
1d: ea f6 a7 a7 ed e4 eb ljmp $0xebe4,$0xeda7a7f6 | |
24: e2 e0 loop 0x6 | |
26: b7 ae mov $0xae,%bh | |
28: e7 e5 out %eax,$0xe5 | |
2a: e8 bc e5 e1 d5 call 0xd5e1e5eb | |
2f: ff (bad) | |
30: f9 stc | |
31: ee out %al,(%dx) | |
32: f0 f4 lock hlt | |
34: f8 clc | |
35: f9 stc | |
36: fc cld | |
37: b0 fc mov $0xfc,%al | |
39: cf iret | |
3a: cc int3 | |
3b: 82 (bad) | |
3c: d3 d1 rcl %cl,%ecx | |
3e: d1 86 85 e0 c0 d8 roll -0x273f1f7b(%esi) | |
44: ce into | |
45: 8c e0 mov %fs,%eax | |
47: c7 c6 91 93 92 da mov $0xda929391,%esi | |
4d: da 95 c5 c2 da d3 ficoml -0x2c253d3b(%ebp) | |
53: df d8 (bad) | |
55: c8 bd f6 c7 enter $0xf6bd,$0xc7 | |
59: 66 5f pop %di | |
5b: 66 31 c9 xor %cx,%cx | |
5e: 66 57 push %di | |
60: 66 50 push %ax | |
62: 66 50 push %ax | |
64: b9 49 00 b0 77 mov $0x77b00049,%ecx | |
69: 67 30 07 addr16 xor %al,(%bx) | |
6c: 66 40 inc %ax | |
6e: 66 47 inc %di | |
70: 66 49 dec %cx | |
72: 75 f5 jne 0x69 | |
74: 66 58 pop %ax | |
76: c3 ret |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment