Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ScyllaHide for Rider or Visual Studio #143

Open
Auties00 opened this issue Aug 2, 2022 · 3 comments
Open

ScyllaHide for Rider or Visual Studio #143

Auties00 opened this issue Aug 2, 2022 · 3 comments

Comments

@Auties00
Copy link

Auties00 commented Aug 2, 2022

Hello, I'm new to reverse engineering in C++ and I was wondering if there's any way to run an anti anti debugger insider a friendly debugger like Jetbrain's Rider or Visual Studio's. If that's not possible, is there any debugger that supports line breakpoints from the source code instead of memory breakpoints that is supported? Thanks in advance

@Mattiwatti
Copy link
Member

Yes, you can use the external injector executable (InjectorCLI.exe) for this. See the documentation PDF for usage.

A downside of the external injector is that the process is not hooked until after you run the injector. So if you want to use SH with Visual Studio you may want to do something like

  1. Start process suspended.
  2. Run injector.
  3. Attach debugger to the process.

@Auties00
Copy link
Author

Auties00 commented Aug 3, 2022

Yes, you can use the external injector executable (InjectorCLI.exe) for this. See the documentation PDF for usage.

A downside of the external injector is that the process is not hooked until after you run the injector. So if you want to use SH with Visual Studio you may want to do something like

  1. Start process suspended.
  2. Run injector.
  3. Attach debugger to the process.

I've tried to:

  1. Launch the process normally
  2. Inject with InjectorCLI.exe HookLibarryx64.dll
  3. Attach the debugger to the process

Though the program can still detect that a debugger was used. Did I misinterpret your instructions or simply there's nothing to do in this case?

@wezzzyrek1
Copy link

Same issue, any better instruction how to deal with visual studio?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants