Search found 3 matches

by marcin
Tue Nov 19, 2019 2:55 pm
Forum: Problems
Topic: Process terminates when calling readdirSync function from protected nodejs runtime
Replies: 5
Views: 13752

Re: Process terminates when calling readdirSync function from protected nodejs runtime

Yes this version works!
Thank you very much for such a fast response.
When can we expect it to be in official build?
by marcin
Tue Nov 19, 2019 7:19 am
Forum: Problems
Topic: Process terminates when calling readdirSync function from protected nodejs runtime
Replies: 5
Views: 13752

Re: Process terminates when calling readdirSync function from protected nodejs runtime

Only other included file is node.exe witch is located in C:\Program Files\nodejs after installing. It is too big to be attached :(. 26MB (10MB zipped). I have installed NodeJS version 10.16.3.0.
by marcin
Mon Nov 18, 2019 1:25 pm
Forum: Problems
Topic: Process terminates when calling readdirSync function from protected nodejs runtime
Replies: 5
Views: 13752

Process terminates when calling readdirSync function from protected nodejs runtime

I am using Enigma Virtual Box to protect JavaScript scripts executed on NodeJS run-time. When executing the same script using unprotected exe and projected exe the runtime is unexpectedly terminated calling function readdirSync from module FileSystem in NodeJs. I am attaching sample project. To test ...