Search found 7 matches

by _Nexor
Tue Feb 21, 2017 9:21 pm
Forum: Enigma Protector x64
Topic: Does Enigma write real files before, after or mid execution?
Replies: 12
Views: 49196

Re: Does Enigma write real files before, after or mid execut

That's what I'm currently doing, testing on all dem windows'

Thanks a lot, you were fast and furious to dealing with my question!
by _Nexor
Tue Feb 21, 2017 6:22 pm
Forum: Enigma Protector x64
Topic: Does Enigma write real files before, after or mid execution?
Replies: 12
Views: 49196

Re: Does Enigma write real files before, after or mid execut

There was just that.

I was about to post the solution.

I had no permissions to write the contents of that folder.
I changed the folder from

Code: Select all

C:/Windows/Temp
to

Code: Select all

C:/
and it worked.

I didn't actually think it should though, C: should be more secure than Temp I'd suppose?
by _Nexor
Mon Feb 20, 2017 11:12 pm
Forum: Enigma Protector x64
Topic: Does Enigma write real files before, after or mid execution?
Replies: 12
Views: 49196

Re: Does Enigma write real files before, after or mid execut

I want the files to be written to disk. I'm trying to pack a program I use in a daily basis for college to put on my pen-drive. Real handy software! But the files are not being written to the specified folder before the app executes so it's not reading them -- only after it has already executed it i...
by _Nexor
Mon Feb 20, 2017 5:21 pm
Forum: Enigma Protector x64
Topic: Does Enigma write real files before, after or mid execution?
Replies: 12
Views: 49196

Re: Does Enigma write real files before, after or mid execut

Ok, so the files actually get written to disk, on a local folder, right?

But do they get written to disk before or after the packed executable runs?

EDIT: From my tests, folders are being created first, then exec runs, then files are created.
by _Nexor
Mon Feb 20, 2017 12:54 pm
Forum: Enigma Protector x64
Topic: Does Enigma write real files before, after or mid execution?
Replies: 12
Views: 49196

Re: Does Enigma write real files before, after or mid execut

Exactly. But from what I'm seeing, it writes the file after the program has checked if it's there, so the program doesn't find it.

I'm on mobile right now, sorry for the delayed answers.

Want me to post more specific information?
by _Nexor
Mon Feb 20, 2017 10:21 am
Forum: Enigma Protector x64
Topic: Does Enigma write real files before, after or mid execution?
Replies: 12
Views: 49196

Re: Does Enigma write real files before, after or mid execut

Yes, I'm talking about Virtual Box. I'm adding a few dlls and they are working. But when my (original) executable runs, it needs a couple of files in %temp% directory to start properly and it might not be doing so.
by _Nexor
Mon Feb 20, 2017 9:55 am
Forum: Enigma Protector x64
Topic: Does Enigma write real files before, after or mid execution?
Replies: 12
Views: 49196

Does Enigma write real files before, after or mid execution?

I'm having trouble packing in a directory. It might be writing the folder before target program runs (expected) but doesn't seem to be writing out the files in that directory. Am I using it wrong or is this by default?

Thanks a ton