Click to See Complete Forum and Search --> : Code Injection???


Icyculyr
October 1st, 2008, 12:18 AM
What is code injection?

Cheers
Icyculyr

Notsosuperhero
October 1st, 2008, 12:40 AM
Basically its where you inject custom code into an application to detour the app into your code, then return back so the app will continue.

Igor Vartanov
October 2nd, 2008, 08:18 AM
What is code injection?This "injection" means the number of methods of forcing to execute some code fragments that originally never was expected to be there in executed process.

Icyculyr
October 2nd, 2008, 07:09 PM
Thanks