I am
Sorry for the delay. Am I right that you bundled the protected file and the debugger detection doesn’t work in that bundled file when it is being executed?
Then I include the protected process as a resource in another process
At runtime the “father” process loads the protected processes’s data from resources and creates a virtual file using boxedappsdk. It then executes this virtual file (by calling createprocess API). The child process runs ok
If I attach vs2005 debugger to this child process the debugger attaches ok and the child process does not terminate with the specified message as it should.