Closed h3xduck closed 2 years ago
@yasindce1998 can you check the distro and version you are using?
lsb_release -a
The rootkit has only been tested in Ubuntu 21.04, if you are using this version already, which clang version are you on?
clang -v
@h3xduck Apologies for the late response and Thank you for reviewing it. Here is what you needed.
➜ ~ lsb_release -a
LSB Version: n/a
Distributor ID: Arch
Description: Arch Linux
Release: rolling
Codename: n/a
➜ ~ clang -v
clang version 13.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/12.1.0
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/12.1.0
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/12.1.0
Candidate multilib: .;@m64
Candidate multilib: 32;@m32
Selected multilib: .;@m64
➜ ~
Extra informations
Operating System: Arch Linux
Kernel: Linux 5.18.5-arch1-1
Architecture: x86-64
Hardware Vendor: Lenovo
Hardware Model: Lenovo E41-25
Yeah we didn't test the rootkit on Arch, you will have to use Ubuntu 21.04 if you want to compile it.
For the record, these are issues with using TripleCross in a different distro and version that I can think of:
-fno-stack-protector
might work in your case.We may extend it to other versions in the future, but for now you may need to patch it yourself or switch to the supported system.
@h3xduck Thank you! I can switch to Ubuntu 21.04. Thank you for the clarification!
Originally posted by @yasindce1998 in https://github.com/h3xduck/TripleCross/issues/39#issuecomment-1176212468