Search Criteria
Package Details: mimic-bpf-dkms 0.4.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mimic-bpf.git (read-only, click to copy) |
---|---|
Package Base: | mimic-bpf |
Description: | eBPF UDP -> TCP obfuscator - DKMS module |
Upstream URL: | https://github.com/hack3ric/mimic |
Licenses: | GPL-2.0-only |
Conflicts: | mimic-bpf-modules |
Provides: | mimic-bpf-modules |
Submitter: | hack3ric |
Maintainer: | hack3ric |
Last Packager: | hack3ric |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-03-16 06:31 (UTC) |
Last Updated: | 2024-05-24 13:44 (UTC) |
Dependencies (7)
- dkms (dkms-gitAUR)
- bpf (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libbpf (libbpf-gitAUR) (make)
- libffi (libffi-gitAUR) (make)
- ruby-ronn-ng (make)
Required by (2)
- mimic-bpf (requires mimic-bpf-modules)
- mimic-bpf-git (requires mimic-bpf-modules)
Latest Comments
hack3ric commented on 2024-05-31 14:41 (UTC)
Also,
CONFIG_DEBUG_INFO_BTF
is enabled onlinux-zen
; you filtered all lines containing BPF, but this one is BTF instead:hack3ric commented on 2024-05-31 14:34 (UTC)
@AveryFreeman Yes, the kernel module is used to work around checksum offload support. These kernel config is needed to run the eBPF part of the program. I'll probably add this to documentation :)
AveryFreeman commented on 2024-05-29 14:40 (UTC)
linux-zen
has 2 out of 3 of the kernel build flags enabled by default - are the dkms modules necessary? Reference: https://github.com/hack3ric/mimic?tab=readme-ov-file#kernel-support