Risotto
June 16th, 2002, 22:32
Hello!
While readind some posts, i came across Solomon's trick - it prevents registers' clearing by putting break point on NTContinue. Actually i didn't understand what it's done for. Can someone explain me?
Thanks.
While readind some posts, i came across Solomon's trick - it prevents registers' clearing by putting break point on NTContinue. Actually i didn't understand what it's done for. Can someone explain me?
Thanks.

It's just a quick way to bypass anti-tracing tricks implemented with SEH.
Create patch (e.g. in sofice) in start of NtContinue (use jump to some free place e.g. in dll header) add this code here:
)