Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. root@sixtyseven:~/.config/radare2/plugins# r2 -L
  2. PLUGIN HANDLER 0x557a45f616d0 0x7f897b8a3b66
  3. Cannot find symbol 'radare_plugin' in library '/usr/lib/radare2/1.2.0//asm_LM32.so'
  4. Cannot find symbol 'radare_plugin' in library '/usr/lib/radare2/1.2.0//parse_z80_pseudo.so'
  5. Cannot open /usr/lib/radare2/1.2.0//.
  6. Cannot open /usr/lib/radare2/1.2.0//..
  7. Cannot find symbol 'radare_plugin' in library '/usr/lib/radare2/1.2.0//bin_xtr_dyldcache.so'
  8. Cannot open /root/.config/radare2/plugins/.
  9. Cannot open /root/.config/radare2/plugins/..
  10. dlerror(/root/.config/radare2/plugins/io_frida.so): /root/.config/radare2/plugins/io_frida.so: undefined symbol: r_str_appendf
  11. Cannot open library: '/root/.config/radare2/plugins/io_frida.so'
  12. Dupped
  13. Cannot find symbol 'radare_plugin' in library '/usr/lib/radare2/1.2.0/asm_LM32.so'
  14. Cannot find symbol 'radare_plugin' in library '/usr/lib/radare2/1.2.0/parse_z80_pseudo.so'
  15. Cannot open /usr/lib/radare2/1.2.0/.
  16. Cannot open /usr/lib/radare2/1.2.0/..
  17. Cannot find symbol 'radare_plugin' in library '/usr/lib/radare2/1.2.0/bin_xtr_dyldcache.so'
  18. Cannot open directory '/usr/lib/radare2-extras/1.2.0'
  19. Cannot open directory '/usr/lib/radare2-bindings/1.2.0'
  20. rw_ bfdbg BrainFuck Debugger (bfdbg://path/to/file) (LGPL3)
  21. rwd bochs Attach to a BOCHS debugger (LGPL3)
  22. r_d debug Native debugger (dbg:///bin/ls dbg://1388 pidof:// waitfor://) (LGPL3)
  23. rwd gdb Attach to gdbserver, 'qemu -s', gdb://localhost:1234 (LGPL3)
  24. rw_ gzip read/write gzipped files (LGPL3)
  25. rw_ http http get (http://rada.re/) (LGPL3)
  26. rw_ ihex Intel HEX file (ihex://eeproms.hex) (LGPL)
  27. r__ mach mach debug io (unsupported in this platform) (LGPL)
  28. rw_ malloc memory allocation (malloc://1024 hex://cd8090) (LGPL3)
  29. rw_ mmap open file using mmap:// (LGPL3)
  30. rw_ procpid /proc/pid/mem io (LGPL3)
  31. rwd ptrace ptrace and /proc/pid/mem (if available) io (LGPL3)
  32. rwd qnx Attach to QNX pdebug instance, qnx://host:1234 (LGPL3)
  33. rw_ r2k kernel access API io (r2k://) (LGPL3)
  34. rw_ r2pipe r2pipe io plugin (MIT)
  35. rw_ r2web r2web io client (r2web://cloud.rada.re/cmd/) (LGPL3)
  36. rw_ rap radare network protocol (rap://:port rap://host:port/file) (LGPL3)
  37. rw_ self read memory from myself using 'self://' (LGPL3)
  38. rw_ shm shared memory resources (shm://key) (LGPL3)
  39. rw_ sparse sparse buffer allocation (sparse://1024 sparse://) (LGPL3)
  40. rw_ tcp load files via TCP (listen or connect) (LGPL3)
  41. rwd windbg Attach to a KD debugger (LGPL3)
  42. rw_ zip Open zip files [apk|ipa|zip|zipall]://[file//path] (BSD)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement