Hi,
On 03/16/15 17:47, Iván Matellanes wrote:
- Implement internal exception-related functions from msvcrt (like _crt_debugger_hook, __CxxExceptionFilter, and so on): these are needed by several apps apparently, but mostly undocumented. I wonder if low-level details knowledge is required for this task (x86 assembly maybe?).
I don't think this is a good GSOC project. It's hard to predict how hard it is. Once we know how it needs to work it's not a lot of work. Most of exception related functions are already implemented for i386 architecture.
Thanks, Piotr