Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ### test
  2. vvv here is objdumpped text.
  3. ``` objdump
  4. 804848b: 8d 4c 24 04 lea 0x4(%esp),%ecx
  5. 804848f: 83 e4 f0 and $0xfffffff0,%esp
  6. 8048492: ff 71 fc pushl -0x4(%ecx)
  7. 8048495: 55 push %ebp
  8. 8048496: 89 e5 mov %esp,%ebp
  9. 8048498: 51 push %ecx
  10. 8048499: 83 ec 24 sub $0x24,%esp
  11. 804849c: 89 c8 mov %ecx,%eax
  12. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement