Dhaedalida - DEMO
=================

This is a demonstration build of Dhaedalida, a Windows code-virtualization protector.
It protects 64-bit (PE32+) and 32-bit (PE32/x86) programs, and exposes only basic VM
virtualization so you can try it before buying the full version.

Run it:
  * GUI:  double-click Dhaedalida.exe
  * CLI:  dhaedalida-cli.exe <your.exe> --rabbit 0xVA [--rabbit ...]

SDK: the sdk\ folder holds the RabbitStart()/RabbitEnd() marker SDK + language bindings (see sdk\README.txt).

Every protected file shows a startup splash marking it as demo-protected. The demo does
NOT include the packer, anti-analysis, string encryption, section-name customization, or
the advanced obfuscation of the full version, and it needs no license file.

The splash is emitted into the program entry point, so the demo can only protect a target
whose entry point it can virtualize; if it cannot, it writes nothing and tells you so
rather than producing a demo build without the splash. The full and Basic editions have
no splash and no such restriction.

First run: if Windows reports a missing VC++ runtime, run vc_redist.x64.exe once.
Qt is used under the LGPL; see THIRD_PARTY_NOTICES.txt.
