Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper/ExoSpace 1.0g - <b>no execution of data</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 No Execution of Data
------------------------------------------------------------------------------

     The protected-mode addressing system maintains a strong separation
     between code and data.  You cannot execute code within a data segment.
     If you branch to or execute a call into a data segment, a protection
     fault occurs.

     Most of the time, executing data is unintentional.  However, some
     assembly-language programs intentionally branch to data.  For example,
     some programs construct instructions in a data area on the stack to
     invoke an interrupt handler and then jump to the dynamically generated
     code.


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson