Read from a file located in memory which is generated by dll

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Post Reply
Leonard
Posts: 15
Joined: Sat Jan 07, 2012 11:07 am

Read from a file located in memory which is generated by dll

Post by Leonard »

Hello,

Is there any way enigma could read from a file located in memory which is generated/created by a dll which is also added in enigma as plugin?
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: Read from a file located in memory which is generated by

Post by Enigma »

Hi Leonard,

Looks like you are trying to carry some data from plugin to protected program?

Yes, this is possible to do.

In Virtual Box add an empty file, let's say it would be data.txt. In the plugin dll write any data into this file. And then from the program - just read it.

Just note, after you restart program, all changes you made to the virtual file will be discarded.
Post Reply