Is it possible to dump local variables value in VEH or SEH exception handler? -


is possible dump local variables value in veh or seh exception handler? in exception context, can registers ss,sp,bp... can local vairable value these registers? , how?

if return exception_continue_execution in exception handler, function continue execution, local variables still in memory(stack) when exception handler running? can retrieve local variables readprocessmemory() in exception handler?

update: can full dump in exception handler , search local variable value in dump file? can know part of variable value.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -