Lonny Wong
Lonny Wong
@sqweek Looking forward to select multiple files.
> I am not sure I get what it changes :D. Can you show a screen before/after or how can I reproduce the 'bad' behavior? 1. gdb attach to a...
> I still don't quite understand why this fixes the problem, but it fixes it, so thanks a lot for it! :) Check the code: https://github.com/pwndbg/pwndbg/blob/f2e5c98f238320c8a09ef5b472d9116fe7da2640/pwndbg/prompt.py#L50 `*a` make sure it...
@disconnect3d @TobiasFaller It's been a long time. Can we support RISC-V without capstone? How about make a simple disassembler by calling ```py instr = gdb.execute("x/i %#x" % address, to_string=True) ```
try this for searching: https://github.com/pwndbg/pwndbg/pull/982
I want the layout of parseheap
> Also, you should most likely use ssh(...) instead of process('ssh...'). * sorry about the huge logs. * the ssh(...) doesn't work with qemu in the server. you should try...
> The real problem here is that pwntools' `ssh` does not work due to [`ForceCommand`](https://www.man7.org/linux/man-pages/man5/sshd_config.5.html) in the SSH server we connect to (pwntools execute some commands upon connecting, and they...
I think there are 2 issues: * ssh module doesn't work with [ForceCommand](https://www.man7.org/linux/man-pages/man5/sshd_config.5.html). * output is invisible with qemu. There is another example [Hitb 2017 - Babyqemu](https://uaf.io/exploitation/2018/11/22/Hitb-2017-babyqemu.html): ``` $ docker...
@James601232 可以试试 trzsz ( trz / tsz ) ,和 rz / sz 类似,并且支持 tmux。electerm 升级到 1.19 以上,服务端安装 trzsz :https://github.com/trzsz/trzsz