Marcos Bajo
Marcos Bajo
Using Mi A3 here and Android 9 user, I have the same error as above. Maybe this error log from logcat is useful: https://pastebin.com/5Eub2fGG
You are welcome, I'm glad I could help!
Hi, ```-lbpf``` is used by gcc for linking against libbpf. You may try installing libbpf in your system: ```sudo apt install libbpf-dev```
Hi @5stars217, could you try with 21.04? That is the version we are supporting. In 20.04 the package may be called otherwise. In fact you will not only find that...
@Ifex370 can you give me more information about the error? Please provide me with the following information: 1. Does the segmentation fault happen when the rootkit is active, or just...
Alright so it seems that the GOT hijacking technique succeeds, but the shellcode faults while running before calling the malicious library. This can be because of multiple reasons. ## Different...
> ### Different glibc version > > **Please check your glibc version (ldd --version) and I can tell you more information about this.**  Alright thanks, we used 2.33, which...
@Ifex370 I am moving your issue to a different thread (#44) since it is not related to this security-related issue
This is already done via the -u and -a modes of the rootkit client, but It would be cool to control which specific ebpf programs are active instead of just...
