Thursday, February 9, 2012

SEH

SEH (STRUCTURE EXCEPTION HANDLING)

Is a mechanism which is owned by a software and hardware to handle an exception. Exception is the events that occur during execution of an application in which the exception will occur when an application tries to perform execution of code that comes out of the normal flow of code, such as buffer overflow.

When programmers use SEH on the application made, then the application will control the full error that pops up and threw it into the function of SEH. If a program uses SEH exploitation then when done in software, errors that occur will be taken over by SEH and the application will normally closed and an error message that has been generated by the SEH. (Harmless Hacking - MRP)

0 comments:

Post a Comment