Antidebugging during the process attach

1 · Wanderley Caloni · Aug. 5, 2008, midnight
Today was a great day for reverse engineering and protection analysis. I've found two great programs to to these things: a API call monitor and a COM call monitor. Besides that, in the first program site - from a enthusiastic of the good for all Win32 Assembly - I've found the source code for one more antidebugging technique, what bring us back to our series of antidebugging techniques. The purpose of this protection is to detect if some debugger tries to attach into our running process. The att...