x64dbg/scyllahide — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Windows anti anti debug tool in C++ that runs in user mode and helps hide the fact that a process is being debugged. I want it to hook the usual checks apps use to detect a debugger, so protected x86 and x64 programs are easier to analyze.

It should work nicely as plugins for x64dbg and OllyDbg, and if possible also support the older IDA and TitanEngine setups mentioned in the docs. I also want a standalone command line option that can inject the hide logic into any process, so it is not tied to just one debugger. Make sure x64 debugging is properly supported, especially for x64dbg.

Please include sensible configs or profiles for common anti debug tricks, and make the whole thing feel practical for real reversing work. Keep it in ring 3 only, not kernel mode. If anything is unclear, check the project docs and current references online, then wire up whatever is needed so the solution builds and is usable.

Want more depth? Deep Reverse