Search found 6 matches

by cloudmember
Fri Apr 11, 2014 11:27 am
Forum: Problems
Topic: Protecting an executable that spawns itself
Replies: 10
Views: 31365

Re: Protecting an executable that spawns itself

I'm experiencing another related issue for which I'm not able to find a secure solution:

The app I'm protecting is using ShellExecuteEx (mainly on PDFs). Since I have to
enable the "share virtual system to child processes", those PDFs will be opened
in processes that have access to the virtual box ...
by cloudmember
Mon Apr 07, 2014 2:24 pm
Forum: Problems
Topic: Protecting an executable that spawns itself
Replies: 10
Views: 31365

Re: Protecting an executable that spawns itself

Thank you, this worked for me!

I could swear that I have tested this already, but I believe I've chosen the "Advanced input"
feature instead of protecting the wrapper DLL with a separate Enigma project.

Best regards
by cloudmember
Sun Apr 06, 2014 3:34 pm
Forum: Problems
Topic: Protecting an executable that spawns itself
Replies: 10
Views: 31365

Re: Protecting an executable that spawns itself


But to clarify, why you can't just protect the executable you are running as a child process? What is the problem to do that?


Because there is only one executable file involved. There *might* be ways
to handle this by providing several *.exe with different file names side-by-side,
but Chromium ...
by cloudmember
Sun Apr 06, 2014 11:27 am
Forum: Problems
Topic: Protecting an executable that spawns itself
Replies: 10
Views: 31365

Re: Protecting an executable that spawns itself

I've managed to put a tiny standalone test case together. Albeit tiny, the download would be quite large (17MB)
due to the dependencies.

Please let me know if you need it and how to send you the download link.
by cloudmember
Sun Apr 06, 2014 10:58 am
Forum: Problems
Topic: Protecting an executable that spawns itself
Replies: 10
Views: 31365

Re: Protecting an executable that spawns itself

Alec, the protection/boxing is working perfectly. I had to check the "[x] Share virtual system to child processes"
option though. Standalone (w/out Enigma) the app is working as expected. The calls to enigma_ide.dll
fail softly as described below.

enigma_ide.dll is invoked via "node-ffi" which in ...
by cloudmember
Sun Apr 06, 2014 2:23 am
Forum: Problems
Topic: Protecting an executable that spawns itself
Replies: 10
Views: 31365

Protecting an executable that spawns itself

Hi Enigma Team,

While trying to protect an app written for node-webkit (a shell based on Chromium & Node.js
for developing desktop apps in HTML5) I found out that Enigma isn't exposing its API to
new child processes spawned from the same protected executable image:

app.exe:
--> CreateProcess("app ...