منذ 9 ساعات
Hi,
In this tutorial I'll take you on a trip in Armadillo's Environment Variables. First of all I need to explain what Environment Variables are of course :)
What is an EV? (taken from mircosoft)
Every process has an environment block that contains a set of environment variables and their values. The command processor provides the set
command to display its environment block or to create new environment variables. Programs started by the command processor inherit the command processor's environment variables.
By default, a child process inherits the environment variables of its parent process. However, you can specify a different environment for the child process by creating a new environment block and passing a pointer to it as a parameter to the CreateProcess function.
Short: A way of passing variables to a chil process.
Armadillo also uses this variables to pass key information etc. To the protected program, sometimes the program author checks if such a variable is present to determine the registration state. This means (if you know the variables) you can easily crack any Armadillo protected program :)
Enjoy watching.
Mr. eXoDia // T.P.o.D.T 2011
