Windows has some nice debugging capabilities like the "jit debugger", Which throws a debugger instance attached to the crashed process.
This is not possible at all on Linux. The kernel does not provides any interface for this, relaying the task to userspace handlers like gnome and kde does. But for the rest of apps, they're out to be handled. Looking for something like this I found a project called eCrash which is a library to handle crashes showing a backtrace of the crash. I plan to write a monitor program for processes to be able to launch any debugger against the crashed process. Does someone knows how to do this on w32? Thanks. --pancake _______________________________________________ radare mailing list [email protected] https://lists.nopcode.org/mailman/listinfo/radare
