AkiProtect Linux CLI beta 0.4.5 (host: glibc x86_64)
=====================================================

Mode B protect for ELF64 **x86_64** and **aarch64** (builder is an x86_64 host binary).

Basics:

  ./aki_lin_builder --elf-info -i /bin/ls
  ./aki_lin_builder --protect -i ./hello -o ./hello_p
  ./aki_lin_builder --embed-runtime --license-bind -i ./hello -o ./hello_lb
  AKI_LIN_RUNTIME_PROBE=stderr ./hello_p   # → AKI_RUNTIME_OK

Virt (mini-VM, L13–L30):

  ./aki_lin_builder --embed-runtime --virt-symbol aki_compute -i ./app -o ./app_v
  ./aki_lin_builder --embed-runtime --virt-symbol aki_mba --virt-mutate \
      --virt-mutate-depth 3 -i ./app -o ./app_vm
  # Switch/JT, FCMP, loops, ultra MBA, shifts/imul, DIV/ROR, bitops, NEON popcount supported.

--protect = embed + integrity + anti-debug + strenc.
License: --hwid / --rsa-verify / --activate / --license-bind / --license-rsa
(demo.pub in keys/). Needs curl for --activate.

No GUI. macOS/Windows: https://akiprotect.core-jmp.org/
