_Nooper Posted February 6, 2016 Posted February 6, 2016 (edited) Hello guys, I have a question. How Enigma Virtual Box does files virtualization? How he unpacks the files silently? After execution, I cant see the virtualized files but other programms can see it When I check if (PathFileExists("virtualized_file.dat")) {} Edited February 6, 2016 by _Nooper
kao Posted February 6, 2016 Posted February 6, 2016 It hooks all important API functions of virtualized application and returns fake results for virtualized files. If you wish, you can read the description of Ceedo, as the logic is very similar for all file virtualization products: http://wiki.ceedo.com/doku.php?id=support:advanced:introduction_to_ceedo_virtualization_technology 3
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now