wupi_execute_moved_code-Funktion

To allow CodeMoving functions to be executed without protection for development purposes, the WupiEngine provides a simulation mode. By default, CodeMoving functions are compiled natively to allow debugging (Host mode). However, dongle execution can also be simulated (CmDongle mode).

This can be specified in the protect.yaml protection definition as follows:

Simulation:

 CodeMovingSimulationType: CmDongle

information_weiss_klein26

In CmDongle mode a debugging of the CodeMoving code is not possible.