-
Notifications
You must be signed in to change notification settings - Fork 81
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
ldntvdm.dll does not inject in 64-bit apps since Dec22 update #32
Comments
Same here, im afraid :/ |
Confirmed on Windows 7, sorry for the inconvenience, investigating... |
December 22? That means it got broken on my birthday >.< |
Should be fixed now, including another bugfix, please confirm. |
I have tested it on the Win8.1 machine, it works fine, thanks for the quick fix :) |
Now also tested on the Win7 x64 machine, works fine :) |
Someone here in the bugtracker reported that it worked. I now improved the loader once more to circumvent osme potential crashes if DLL gets injected too early, can you please try and report back? |
Thanks, I tried it but it still fails. |
Hm, right, 8.1... I must admit I currently only tested it in windows 7 and Windows 10, as these are the most popular OS nowadays. Please just use DbgView by sysinternals and watch output of the loader, the loader talks a lot, if it gets loaded, so we may find out what the issue is.. Let's see if I got a Windows 8.0 VM somewhere... |
Hi, with the latest as of writing released ldntvdm.dll it fails to get injected via AppInit_DLLs for 64-bit processes, however it does get injected for 32-bit processes.
Replacing the ldntvdm.dll file with the previous one from commit ac93217 released Dec3 in System32 makes it work again.
Tested this on Windows 7 SP1 x64 and Windows 8.1 x64
The text was updated successfully, but these errors were encountered: