windows - Catching a single step exception from VEH in x86 assembly -


i'm writing 32-bit windows assembly detect edits program.

i'm not sure why, using veh debug checked address causes crash (there nothing against debugging yet, memory edits), throwing exception_single_step in middle of checking code. i'm not using breakpoints, i'm tracing accesses.

how can "catch" without attaching own debugger? may have implemented wrongly makeshift exception handler nothing when raised (mov fs:[0], 0, even, not cause crash 1 expect).


Comments

Popular posts from this blog

scala - 'wrong top statement declaration' when using slick in IntelliJ -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

PySide and Qt Properties: Connecting signals from Python to QML -