Page 1 of 1

Speed of Read/Loading Files in VM

Posted: Mon Feb 23, 2015 8:28 pm
by darkflamed
I was wondering if there was any way to speed up the process of reading and loading files (outside the VM) while the executable is packed as a virtual machine with the software. This is a big thing for my progam as I have a lot of files that need loaded and it seems that the virtual machine slows this process down by 3-4 times the speed. Before it would take no more then 20-30 seconds and now it is taking almost 2 minutes. If there is an option to either pack DLL's in the executable in a different manner (without the VM), or make some type of plugin or setting speed up the readfile of specific directories that would be amazing.

Re: Speed of Read/Loading Files in VM

Posted: Tue Feb 24, 2015 8:13 pm
by perfectcode
.

Re: Speed of Read/Loading Files in VM

Posted: Thu Feb 26, 2015 4:03 am
by darkflamed
The problem i'm having isn't reading the files INSIDE of the virtual box, its reading the files OUTSIDE of it. The only things I virtualize with the box is the DLL's I need to have packed inside the exe. The protection i'm really after is for the DLL's but its at a cost of having the executable read files very slow even if they aren't included inside the virtual box. So this is where my question lies if there is any way to speed up reading files that are outside the box, or if there is a different way I can pack the DLL's so that I don't have to use the virtual box altogether.

Re: Speed of Read/Loading Files in VM

Posted: Thu Feb 26, 2015 10:38 am
by perfectcode
.