View Single Post
  #5  
Old 08-24-2004, 07:07
drocon
 
Posts: n/a
DEP, as far as i've seen/heard, just prohibits code from being executed in the stack/heap, and requires VirtualAlloc() with the right flags, or VirtualProtect() to alter the page. am i missing something here? is it not possible to alter the page for the stack/heap?
Reply With Quote