You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In future, when adding obfuscation support, consider supporting obsfuction method wireguard that implements logic like https://github.com/database64128/swgp-go 's Zero overhead mode. Some crypto lib seems could be exported from kernel module (e.g. chacha from wireguard implementation, aes example: https://github.com/Ed-Yang/crypto-examples)?
The text was updated successfully, but these errors were encountered:
Linux kernel's crypto API is readily available. This could be a good addition to Mimic's kernel module to extend its eBPF functionality. (currently it only solves hardware offloading, which isn't much but a pretty big deal XD)
In future, when adding obfuscation support, consider supporting obsfuction method
wireguard
that implements logic like https://github.com/database64128/swgp-go 'sZero overhead
mode. Some crypto lib seems could be exported from kernel module (e.g. chacha from wireguard implementation, aes example: https://github.com/Ed-Yang/crypto-examples)?The text was updated successfully, but these errors were encountered: