Anti-Anti-Debug my DLL with other programProgram only crashes as release build — how to debug?Why is debugging better in an IDE?How do I debug Node.js applications?What is private bytes, virtual bytes, working set?How do I start a program with arguments when debugging?C++11 introduced a standardized memory model. What does it mean? And how is it going to affect C++ programming?Image Processing: Algorithm Improvement for 'Coca-Cola Can' RecognitionReference - What does this error mean in PHP?third party library with anti-debug codeDebugging injected DLL with Visual Studio not working
Why is it that I can sometimes guess the next note?
What is Cash Advance APR?
Shouldn’t conservatives embrace universal basic income?
Can I turn my anal-retentiveness into a career?
Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?
The IT department bottlenecks progress, how should I handle this?
Pre-mixing cryogenic fuels and using only one fuel tank
Creating two special characters
Which was the first story featuring espers?
Giving feedback to someone without sounding prejudiced
Microchip documentation does not label CAN buss pins on micro controller pinout diagram
C++ copy constructor called at return
Do we have to expect a queue for the shuttle from Watford Junction to Harry Potter Studio?
Why Shazam when there is already Superman?
Has any country ever had 2 former presidents in jail simultaneously?
Delete multiple columns using awk or sed
A variation to the phrase "hanging over my shoulders"
Is there a RAID 0 Equivalent for RAM?
How to preserve electronics (computers, iPads and phones) for hundreds of years
Does Doodling or Improvising on the Piano Have Any Benefits?
Doesn't the system of the Supreme Court oppose justice?
How much of a Devil Fruit must be consumed to gain the power?
Mimic lecturing on blackboard, facing audience
Is there a nicer/politer/more positive alternative for "negates"?
Anti-Anti-Debug my DLL with other program
Program only crashes as release build — how to debug?Why is debugging better in an IDE?How do I debug Node.js applications?What is private bytes, virtual bytes, working set?How do I start a program with arguments when debugging?C++11 introduced a standardized memory model. What does it mean? And how is it going to affect C++ programming?Image Processing: Algorithm Improvement for 'Coca-Cola Can' RecognitionReference - What does this error mean in PHP?third party library with anti-debug codeDebugging injected DLL with Visual Studio not working
I want to debug a process that is "protected" from debugging.
A library ScyllaHide https://github.com/x64dbg/ScyllaHide
It allows me to perform the necessary task - to debug what is protected from debugging.
How do I use this library for Visual Studio? In the documentation of this library, it is stated that it is not bound to specific debuggers, but how to use for the rest(in my case VS)?
Maybe it should be injected into the program itself, which I want to debug and only then debug Visual Studio.
In addition, I want to debug only my library (my VS project), which is loaded by this program.
c++ debugging visual-c++ dll visual-studio-debugging
add a comment |
I want to debug a process that is "protected" from debugging.
A library ScyllaHide https://github.com/x64dbg/ScyllaHide
It allows me to perform the necessary task - to debug what is protected from debugging.
How do I use this library for Visual Studio? In the documentation of this library, it is stated that it is not bound to specific debuggers, but how to use for the rest(in my case VS)?
Maybe it should be injected into the program itself, which I want to debug and only then debug Visual Studio.
In addition, I want to debug only my library (my VS project), which is loaded by this program.
c++ debugging visual-c++ dll visual-studio-debugging
1
"Maybe it should be injected into the program itself, which I want to debug and only then debug Visual Studio." Apparently yes. The page you linked has a link to the manual, which describes how to do that.
– HolyBlackCat
Mar 7 at 5:00
add a comment |
I want to debug a process that is "protected" from debugging.
A library ScyllaHide https://github.com/x64dbg/ScyllaHide
It allows me to perform the necessary task - to debug what is protected from debugging.
How do I use this library for Visual Studio? In the documentation of this library, it is stated that it is not bound to specific debuggers, but how to use for the rest(in my case VS)?
Maybe it should be injected into the program itself, which I want to debug and only then debug Visual Studio.
In addition, I want to debug only my library (my VS project), which is loaded by this program.
c++ debugging visual-c++ dll visual-studio-debugging
I want to debug a process that is "protected" from debugging.
A library ScyllaHide https://github.com/x64dbg/ScyllaHide
It allows me to perform the necessary task - to debug what is protected from debugging.
How do I use this library for Visual Studio? In the documentation of this library, it is stated that it is not bound to specific debuggers, but how to use for the rest(in my case VS)?
Maybe it should be injected into the program itself, which I want to debug and only then debug Visual Studio.
In addition, I want to debug only my library (my VS project), which is loaded by this program.
c++ debugging visual-c++ dll visual-studio-debugging
c++ debugging visual-c++ dll visual-studio-debugging
asked Mar 7 at 4:50
КастиэльКастиэль
11
11
1
"Maybe it should be injected into the program itself, which I want to debug and only then debug Visual Studio." Apparently yes. The page you linked has a link to the manual, which describes how to do that.
– HolyBlackCat
Mar 7 at 5:00
add a comment |
1
"Maybe it should be injected into the program itself, which I want to debug and only then debug Visual Studio." Apparently yes. The page you linked has a link to the manual, which describes how to do that.
– HolyBlackCat
Mar 7 at 5:00
1
1
"Maybe it should be injected into the program itself, which I want to debug and only then debug Visual Studio." Apparently yes. The page you linked has a link to the manual, which describes how to do that.
– HolyBlackCat
Mar 7 at 5:00
"Maybe it should be injected into the program itself, which I want to debug and only then debug Visual Studio." Apparently yes. The page you linked has a link to the manual, which describes how to do that.
– HolyBlackCat
Mar 7 at 5:00
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55036306%2fanti-anti-debug-my-dll-with-other-program%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55036306%2fanti-anti-debug-my-dll-with-other-program%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
"Maybe it should be injected into the program itself, which I want to debug and only then debug Visual Studio." Apparently yes. The page you linked has a link to the manual, which describes how to do that.
– HolyBlackCat
Mar 7 at 5:00