Deletion

Issues related to Enigma Virtual Box
Post Reply
Unc3nZureD
Posts: 40
Joined: Thu Jun 14, 2012 6:06 am

Deletion

Post by Unc3nZureD »

Is it possible to delete files from the virtual enviroment? Simple deletion isn't working of course :)
newuser
Posts: 49
Joined: Tue Apr 13, 2010 5:43 pm

Re: Deletion

Post by newuser »

Havent seen this feature yet, why not just scramble the file(write 1 and 0... or something else) when you dont need it anymore.

Just tested, I write one word, and it overwrite the entire file, in memory.
Unc3nZureD
Posts: 40
Joined: Thu Jun 14, 2012 6:06 am

Re: Deletion

Post by Unc3nZureD »

How could you do it? Will simple fopen / fwrite work? Or any other method?
newuser
Posts: 49
Joined: Tue Apr 13, 2010 5:43 pm

Re: Deletion

Post by newuser »

Even the method below also work.

Two virtual files.

Virtual file A is data.
Virtual file B is scramble.

Overwrite virtual file A with virtual file B, confirm work too.

The first method(my first post), I'm using a compiled vbscript exe file, it work in virtual mode too after wrapping it with the virtual file using EVB.

The second method(this post), I'm using a macro language compiled exe file, since this macro language can only append file(dont have write line function), I use its copy file function, it work in virtual mode too, after wrapping the exe and the two virtual files A and B with EVB.

EVB is a good product(my only concern is the gameguard problem...).
With EVB, a little imagination is needed.
newuser
Posts: 49
Joined: Tue Apr 13, 2010 5:43 pm

Re: Deletion

Post by newuser »

So which method did you use in the end? :?:
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: Deletion

Post by Enigma »

newuser wrote:So which method did you use in the end? :?:
Perfect method by the way, topic starter may use it. So do not try to delete the file, just overwrite it.
Unc3nZureD
Posts: 40
Joined: Thu Jun 14, 2012 6:06 am

Re: Deletion

Post by Unc3nZureD »

Thanks, awesome idea :) Since it was undeletable, I thought I can't even change it :D

I tried and replacing it with some random data works perfectly! (fwrite)
Post Reply