memory-image

Forcing a coredump via Wine ignoring SEH

Hi, I'd like to force a coredump from a program (or see its memory at a specific time in some other way). There are a couple of problems though: I'm running it under wine (cannot run via winedbg, because the application detects it) The application uses exceptions / SEH / other handlers, which capture non-standard events Even attaching ...