Page 1 of 1

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

Posted: Sun Jan 26, 2014 10:21 pm
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?

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

Posted: Mon Jan 27, 2014 4:46 am
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.