frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
727 stars 240 forks source link

Don't lose track of the stalker follow when a windows C++/SEH exception is thrown #792

Open s1341 opened 5 months ago

s1341 commented 5 months ago

At the moment, we don't support keeping track of the stalker follow when a windows C++ exception is thrown.

If you are stalking code which throws an exception, we have no way to follow the code to make sure that we continue to stalk the unwind-point or exception handler.

We need to fix this.

eantelman commented 2 weeks ago

I've seen some mention on discord that a proposal has been made, is it visible somewhere?

s1341 commented 2 weeks ago

I am not aware of any proposed fix for this... can you point me at it?