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

How to debug? #6

Open
Pamel-a opened this issue Jan 27, 2024 · 0 comments
Open

How to debug? #6

Pamel-a opened this issue Jan 27, 2024 · 0 comments

Comments

@Pamel-a
Copy link

Pamel-a commented Jan 27, 2024

With InjectDll is possible to inject an x86 dll on an x86 app from an x64 app? (I have not test it yet)

What broken on debug?

// debug code is broken

I'm able to get the dll working fine, however, debugging it on Visual Studio 22
it doesn't hit any breakpoint and complains about not finding the symbols
strange but it still prints the dll messages on the VS console.

When compiling the DllLoaderShellcode project as Debug the post-build of TestDll.dll is copying the loader.x64.bin instead of loader.x64.Debug.bin, is it correct?

1>C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(166,5): error MSB3073: The command "copy /b "C:\Users\DllLoaderShellcode\loader.x64.bin"+"C:\Users\DllLoaderShellcode\x64\Debug\TestDll.dll" "C:\Users\DllLoaderShellcode\TestDll\TestDll.x64.Debug.bin"
@Pamel-a Pamel-a changed the title Doubt How to debug? Jan 27, 2024
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

1 participant