Page 1 of 1

Different source files

Posted: Thu Dec 26, 2013 9:03 pm
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!

Re: Different source files

Posted: Sun Dec 29, 2013 7:15 am
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.