Skip to content

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Apr 09:32
4ce1db9

4.2.0 (2026-04-19)

Features

  • implement indirect syscalls via vDSO gadget resolution to evade eBPF-based monitoring (849e183)
  • implement XOR encryption for staged blobs (e355ae6)
  • refactor shellcode_stager to 3 stages, significantly reducing stage0 size (ce6999a)

Bug Fixes

  • allocate stack via alloca to stay within valid VMA (4e367a5)
  • improve memory reallocation logic in shellcode stager downloader (664ec86)
  • use syscall gadget instead of direct syscall (ab9d548)