Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. (gdb) run
  2. Starting program: /usr/local/bin/wiiload Downloads/installer-take1.elf
  3. Reading symbols for shared libraries +. done
  4. wiiload v0.4
  5. coded by dhewg, #wiidev efnet
  6.  
  7. connecting to 192.168.3.106:4299
  8. sending upload request
  9. sending file size (2155024 bytes)
  10. sending data..
  11. Program received signal SIGPIPE, Broken pipe.
  12. 0x9908bea6 in sendto$NOCANCEL$UNIX2003 ()
  13. (gdb) bt
  14. #0 0x9908bea6 in sendto$NOCANCEL$UNIX2003 ()
  15. #1 0x990f1db1 in send ()
  16. #2 0x000021df in tcp_write ()
  17. #3 0x00002b74 in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement