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?
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"
With
InjectDllis possible to inject an x86 dll on an x86 app from an x64 app? (I have not test it yet)What broken on debug?
InjectDll/InjectDll/InjectDll.cpp
Line 10 in 979fefe
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
Debugthe post-build ofTestDll.dllis copying theloader.x64.bininstead ofloader.x64.Debug.bin, is it correct?