Skip to content

Unleashed Syscalls

Choose a tag to compare

@BlWasp BlWasp released this 04 Jan 21:28
· 13 commits to main since this release

This release adds the ability to perform all the sensitive Windows features with indirect syscalls instead of the high level Win32API.

  • load becomes syscalls
  • load -h becomes syscalls -h
  • load -s becomes syscalls -s
  • the AMSI bypass features also obtains its indirect syscalls version

Windows binary is still compiled with the stable-x86_64-pc-windows-msvc toolchain, and Linux one with stable-x86_64-unknown-linux-gnu.