SadServers Joined on September 10, 2023
1955 public recordings by SadServers
drwx------ 5 root root 4096 Nov 1 12:56 . drwxr-xr-x 18 root root 4096 Nov 1 12:54 .. -rw-r--r-- 1 root root 571 Apr 10 2021 .bashrc drwxr-xr-x 3 root root 4096 Nov 1 12:56 .config drwx------ 5 root root 4096 Nov 1 12:56 .mc -rw-r--r-- 1 root root 161 Jul 9 2019 .profile drwx------ 2 root root 4096 Sep 17 16:44 .ssh --wxrw--wT 1 root root 984 Sep 17 17:16 mc.sh root@i-065b0b4396750e734:~# cat .config/ cat: .config/: Is a directory root@i-065b0b4396750e734:~# cd .config/ root@i-065b0b4396750e734:~/.config# ls asciinema root@i-065b0b4396750e734:~/.config# cat asciinema/install-id a8958cd1-8249-4f60-9b73-4859fccd1f47root@i-065b0b4396750e734:~/.config#
kihei/i-065b0b4396750e734 02:07
by SadServerswrite(2, " [", 2) = 2 write(2, "running", 7) = 7 write(2, "]:\n", 3) = 3 write(2, "main.main", 9) = 9 write(2, "(", 1) = 1 write(2, ")\n", 2) = 2 write(2, "\t", 1) = 1 write(2, "./main.go", 9) = 9 write(2, ":", 1) = 1 write(2, "64", 2) = 2 write(2, " +", 2) = 2 write(2, "0x47d", 5) = 5 write(2, "\n", 1) = 1 +++ exited with 2 +++ admin@i-0719056d023dd5571:~$
kihei/i-0719056d023dd5571 00:49
by SadServersEnd of assembler dump. (gdb) break 0x45f5a0 Function "0x45f5a0" not defined. Make breakpoint pending on future shared library load? (y or [n]) Quit (gdb) disas 0x45f5a0 Dump of assembler code for function _rt0_amd64_linux: 0x000000000045f5a0 <+0>: jmp 0x45bba0 <_rt0_amd64> End of assembler dump. (gdb) disas 0x45bba0 Dump of assembler code for function _rt0_amd64: 0x000000000045bba0 <+0>: mov (%rsp),%rdi 0x000000000045bba4 <+4>: lea 0x8(%rsp),%rsi 0x000000000045bba9 <+9>: jmp 0x45bbc0 <runtime.rt0_go> End of assembler dump. (gdb)