ScyllaHide icon indicating copy to clipboard operation
ScyllaHide copied to clipboard

Bypass detection on start

Open prj opened this issue 1 year ago • 0 comments

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.

prj avatar Mar 31 '23 12:03 prj