Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Can your C compiler do this:

Name: Anonymous 2010-05-15 15:06


int main()
{
  int *p;
  p  = 0;
  *p = 0;
  return 0;
}


?

Name: Anonymous 2010-05-15 17:28

>>14
It's not hard to emulate that behaviour using an exception handler(VEH,SEH, hook on KiUserExceptionDispatcher, interrupt 0xE hook in ring 0, or anything inbetween that code)  on Win32 at least. Pretty sure you can do it on *nix too, but through different mechanisms.

But, why would you want errors to go unnoticed?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List