Debugger Detection/Prevention slug: anti-debugging-methods
some source in [LordNoteworthy@github]. Most common/interesting ones:
IsDebuggerPresent()
, CheckRemoteDebuggerPresent()
etc. (quite silly, mostly as a kinda-decoy)
OS calls are not 100% obfuscatable => using them (unless they’re actually inlines or macros) is a Bad Idea™ (Bad Example: [zer0fl4g@github]). IF using them – obfuscate …