Joseph Phúc

Results 10 comments of Joseph Phúc

Thank you for your kindness

When I run the example tools tcpcong.py, I saw the error: ``` python3 bcc/tools/tcpcong.py 1 10 libbpf: tcp_fastretrans_alert is not found in vmlinux BTF bpf: tcp_fastretrans_alert is not found in...

The function is still there: ``` $ cat /proc/kallsyms|grep tcp_fastretrans_alert ffffffff88045300 t tcp_fastretrans_alert ``` And I built the kernel 5.12.11 with `CONFIG_DEBUG_INFO_BTF=y` ``` $ ll /sys/kernel/btf/vmlinux -r--r--r-- 1 root root...

I'm not so sure but as far as my experiences, the functions which are globally visible marked as T in /proc/kalllsyms ``` $ cat /proc/kallsyms |grep tcp_enter_cwr ffffffffb12403d0 T tcp_enter_cwr...

> I got this working. My setup is one of running coreos/clair:latest as a container on my host, so I set the ip to the docker0 interface IP. > >...

> Hi @josebeo2016 , I'm having a similar issue. Have you managed to find the fix for this? Thank you and brs, Tamas I installed both Calico and Cilium working...

> Thank you for your suggestion. I will try to install the gtp5g v0.3.2. Last work, I tried the latest gtp5g version with self-modification on the original gtp5g source code...

> Looks like the screenshot was broken. Does the error also occur on other devices or apps? It's not happening on all apps, but almost game apps. I try on...

So what I need is compiling again frida-python on my env? In your case that you compile in raspberry pi 3B arm?

I see. In my case, I use the original frida-python by using ```pip install python``` and It didn't work. I don't know how to compile it now.