Posted February 6, 20169 yr 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, 20169 yr by _Nooper
February 6, 20169 yr 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
Create an account or sign in to comment