Reputation: 11
If you look up Anti-Debug on the Internet, you will find a lot of information. For example, isDebuggerPresen
t and NtGlobalFlags
were found in the search. However, my process can only protect itself from the debugger by terminating its own process when it detects it.
I would like to know how to prevent the debugger from attaching in the first place, or how to identify and detach the debugger process.
Upvotes: 0
Views: 540
Reputation: 213754
I would like to know how to prevent the debugger from attaching in the first place, or how to identify and detach the debugger process.
Upvotes: 1