boy1337
boy1337
> Reference I am going to try and close this issue.
the final solution is `pip install meson==0.63.0`
> my python version is : > Python 2.7.2+ (default, Oct 4 2011, 20:03:08) > gdb version is: > fusion@fusion:~$ gdb -v > GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08 我猜测根本原因在于编译python的时候你忘了添加一个选项。最初我也遇到了这个错误,编译python的时候,添加上这句话 ../configure...
for example, i am usingthe following command ``` print *(struct list_head *)0xffff800009b7ccc8 ``` then the out put will be ``` _print *(_print *(struct list_head *)0xffff800009b7ccc8 ``` print *( is the...
Ok And it's true that pwndbg is really heavy
> Any stack trace? Any minimal PoC? :( Any chance u can debug it and see what's the cause? I am going to make a detail readme.md and see you...
Here is the video https://github.com/pwndbg/pwndbg/assets/5463104/3d1ec5df-a3fd-4906-9f12-3b3f727519eb
the full detail is : 01-start qemu #!/bin/bash qemu-system-aarch64 \ -M virt \ -cpu cortex-a57 \ -nographic --no-reboot -monitor /dev/null \ -smp 4 \ -m 4G \ -kernel Image \...
i have to say that when searching , we have to wait for a long time ,and i tried to attach qemu, finally i droped it . Because i think...
 this is the crash situation I guess it touched some area that not readable.