Different source files

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Post Reply
bluemans
Posts: 3
Joined: Sun Nov 25, 2012 7:37 pm

Different source files

Post by bluemans »

Hello,

Is it better to make different sources files in the compiler or making only one with everthing inside to prevent cracking?

Is it effective to make random organisation with BOOL in the code?

Anyone know how to protect process from beeing close like Anti Virus in c++ (Acess Denied)?

Thanks!
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: Different source files

Post by Enigma »

Hi bluemans,
bluemans wrote:Is it better to make different sources files in the compiler or making only one with everthing inside to prevent cracking?
You may build different files and then merge all of them using Virtual Box feature. This will add a bit more protection to the final executable.
bluemans wrote:Is it effective to make random organisation with BOOL in the code?
Not sure what do you mean.. Would be better if you could apply code virtualization using Virtual Machine feature or VM Markers.
bluemans wrote:Anyone know how to protect process from beeing close like Anti Virus in c++ (Acess Denied)?
I doubt it is possible at all, without using drivers technology.
Post Reply