You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some protectors, e.g. Obsidium fail to start the app even if a debug tool is running and generate an error message.
For example IDA or Ollydbg.
I don't mean trying to actively debug anything or attached, just having the app open generates an error message.
Is it doing a simple loaded module check/window title scan or something?
IsDebuggerPresent and friends should all be false, since no debug functionality is being used at all.
The text was updated successfully, but these errors were encountered:
Some protectors, e.g. Obsidium fail to start the app even if a debug tool is running and generate an error message.
For example IDA or Ollydbg.
I don't mean trying to actively debug anything or attached, just having the app open generates an error message.
Is it doing a simple loaded module check/window title scan or something?
IsDebuggerPresent and friends should all be false, since no debug functionality is being used at all.
The text was updated successfully, but these errors were encountered: