Open Gh0stBlade opened 4 years ago
Working OK here in x64dbg. I had to attach to the launcher instead of starting the process from the debugger; I'm guessing the game asks Steam whether it was launched from Steam or not (faking the parent process does not help so it isn't that).
Put steam_appid.txt in the working directory with the game’s appid inside.
On Wed, 8 Apr 2020 at 22:32, Matthijs Lavrijsen notifications@github.com wrote:
Working OK here in x64dbg. I had to attach to the launcher instead of starting the process from the debugger; I'm guessing the game asks Steam whether it was launched from Steam or not (faking the parent process does not help so it isn't that).
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/x64dbg/ScyllaHide/issues/100#issuecomment-611178927, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASYFGKF7MLGDZUJ6VNXHATRLTNO3ANCNFSM4MECJFSQ .
Still detected (Tomb Raider 2013) seems to be using IsDebuggerPresent to block debugging.....