Search Criteria
Package Details: mimic-bpf-git 0.6.3.r2.5c8cf13-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mimic-bpf-git.git (read-only, click to copy) |
---|---|
Package Base: | mimic-bpf-git |
Description: | eBPF UDP -> TCP obfuscator |
Upstream URL: | https://github.com/hack3ric/mimic |
Licenses: | GPL-2.0-only |
Conflicts: | mimic-bpf |
Provides: | mimic-bpf |
Submitter: | hack3ric |
Maintainer: | hack3ric |
Last Packager: | hack3ric |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-03-16 06:38 (UTC) |
Last Updated: | 2025-01-16 08:55 (UTC) |
Dependencies (13)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- libbpf (libbpf-gitAUR)
- libffi (libffi-gitAUR)
- mimic-bpf-modules (mimic-bpf-dkmsAUR, mimic-bpf-dkms-gitAUR)
- bpf (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libbpf (libbpf-gitAUR) (make)
- libffi (libffi-gitAUR) (make)
- libxdp (make)
- ruby-ronn-ng (make)
- libxdp (optional) – Load multiple XDP programs on one network interface
Latest Comments
flylightning commented on 2025-09-21 06:41 (UTC) (edited on 2025-09-22 09:49 (UTC) by flylightning)
mimic failed and coredump after me upgrade all my packages to latest on 2025-09-21T6:36Z, not sure what's the cause, maybe due to latest linux kernel version 6.16.8, but I tried switch to linux-lts and linux-lts-headers but mimic still fail and coredump.
mimic works fine on another computer without upgrade since 2025-09-14T09:20Z, that linux kernel version is 6.16.7.
EDIT: I'm trying to debugging it, with optimization on, the coredump is like:
with optimization on, the gdb backtrace of the coredump is like:
with optimization off, the coredump is:
with optimization off, the backtrace is:
it seems like related to new systemd version?
EDIT: Somehow this patch fixed the issue, I have no idea why, I just guessed it..., maybe it is completely wrong in someway, but it works:
EDIT: here's the pull request: https://github.com/hack3ric/mimic/pull/26
EDIT: the pull request is merged, it now works without issues