Advertisement
Guest User

Untitled

a guest
Feb 15th, 2010
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. xecve("./usr/bin/ossmix", ["./usr/bin/ossmix"], [/* 19 vars */]) = 0
  2. brk(0) = 0x22d2000
  3. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff1e95d1000
  4. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  5. mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff1e95cf000
  6. access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
  7. open("/root/tmp/usr/lib/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
  8. stat("/root/tmp/usr/lib/tls/x86_64", 0x7fffb7f88f20) = -1 ENOENT (No such file or directory)
  9. open("/root/tmp/usr/lib/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
  10. stat("/root/tmp/usr/lib/tls", 0x7fffb7f88f20) = -1 ENOENT (No such file or directory)
  11. open("/root/tmp/usr/lib/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
  12. stat("/root/tmp/usr/lib/x86_64", 0x7fffb7f88f20) = -1 ENOENT (No such file or directory)
  13. open("/root/tmp/usr/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
  14. stat("/root/tmp/usr/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  15. open("/etc/ld.so.cache", O_RDONLY) = 3
  16. fstat(3, {st_mode=S_IFREG|0644, st_size=88046, ...}) = 0
  17. mmap(NULL, 88046, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff1e95b9000
  18. close(3) = 0
  19. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  20. open("/lib/libc.so.6", O_RDONLY) = 3
  21. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\342\1\0\0\0\0\0@"..., 832) = 832
  22. fstat(3, {st_mode=S_IFREG|0755, st_size=1375536, ...}) = 0
  23. mmap(NULL, 3482232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff1e9064000
  24. mprotect(0x7ff1e91ae000, 2093056, PROT_NONE) = 0
  25. mmap(0x7ff1e93ad000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x149000) = 0x7ff1e93ad000
  26. mmap(0x7ff1e93b2000, 17016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff1e93b2000
  27. close(3) = 0
  28. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff1e95b8000
  29. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff1e95b7000
  30. arch_prctl(ARCH_SET_FS, 0x7ff1e95b76e0) = 0
  31. mprotect(0x7ff1e93ad000, 12288, PROT_READ) = 0
  32. munmap(0x7ff1e95b9000, 88046) = 0
  33. open("/dev/mixer", O_RDWR) = 3
  34. ioctl(3, 0xc470580a, 0x7fffb7f88600) = 0
  35. close(3) = 0
  36. open("", O_RDWR) = -1 ENOENT (No such file or directory)
  37. dup(2) = 3
  38. fcntl(3, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE)
  39. brk(0) = 0x22d2000
  40. brk(0x22f3000) = 0x22f3000
  41. fstat(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
  42. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff1e95ce000
  43. lseek(3, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
  44. write(3, "No such file or directory\n"..., 26No such file or directory
  45. ) = 26
  46. close(3) = 0
  47. munmap(0x7ff1e95ce000, 4096) = 0
  48. exit_group(1)
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement