AkiProtect Windows arm64 0.34.0
================================

Architecture: arm64

1. Demo key: https://akiprotect.core-jmp.org/demo.php
   Product 0x414B4944 — same key works on macOS.

2. CLI:
   arm64\BinaryProtector_builder.exe --i MyApp.exe --o MyApp_p.exe --lz4 --vm

3. Pubkey: keys\demo.pub
   Activate: https://akiprotect.core-jmp.org/activate.php

4. Mode B inplace (needs arm64\BinaryProtector_inplace_rt.exe):
   arm64\BinaryProtector_builder.exe --mode inplace --protect-entry --i MyApp.exe --o MyApp_b.exe

5. --output-dll (needs arm64\BinaryProtector_stub_dll.dll beside the EXE stub):
   arm64\BinaryProtector_builder.exe --i plugin.dll --o host.dll --output-dll --lz4

6. .NET wrap (if arm64\dotnet_wrap_stub.exe is present):
   arm64\BinaryProtector_builder.exe --dotnet-wrap --i managed.dll --o host.exe

7. GUI: included in the x64 zip only (gui\BinaryProtectorGUI.exe).

Support: support@aki-protect.com
