Git Product home page Git Product logo

Comments (7)

leecher1337 avatar leecher1337 commented on August 21, 2024
  1. Build instructions work fine for me on Windows XP 32bit. Installer .bat file worked in my Win 10 64bit VDM too. Can you specify which problems occur to you?

  2. The loader scripts are written with VC++ 2015, that's correct. However the repository already contains prebuilt .DLLs in the release-subdirectory, so you don't necessarily need to build them on your own if you do not want to. Files in repo are the ones thta work for me.

  3. Which OS did you try to build on? As said, I tried on XP 32bit and there it worked for me.

  4. Did you check if ldntvdm.dll gets injected into every process properly or at east into explorer.exe after reboot? Did you use prebuilt .dlls from this package for testing?
    If is does not get loaded into processes (you can check with process exlorer), there may be limitations like an active "secure boot" which I think gets used automatically for UEFI boot on raw machines. I think I just had MBR-Boot machines to test yet where it works flawlessly. You can try to turn secure boot off, if this prevents the DLLs from loading (https://msdn.microsoft.com/en-us/windows/hardware/commercialize/manufacture/desktop/disabling-secure-boot).
    If DLLs get loaded, they usually print out error information via OutputDebugString(), so you can use DbgView to capture their output (maybe injections into other processes fail on your version?)

from ntvdmx64.

benreben avatar benreben commented on August 21, 2024

Hi Leecher1337,

first thx for your work, is an very good idea to reborn ntvdm in 64bit.

but i think the problem @dalponis is your tutorial... in your point 1) b) the path is nt\public\sdk

regards

from ntvdmx64.

benreben avatar benreben commented on August 21, 2024

sorry after long compile i have same error. at last mkrelease have 7 files not found (ntvdm include).

compil on virtual machine xp32bit

can you send me your compiled for test ?

from ntvdmx64.

leecher1337 avatar leecher1337 commented on August 21, 2024

I think I found out the cause... The kernel32.lib needs to be adjusted for Windows 10, as RegisterConsoleVDM function takes a different number of parameters there.. The reason why I fell for this is that I always copied my (already sane) SDK directory over during testing instead of extracting it again assuming that it only contains SDK stuff and not the lib files, oops :)
Will work on a patch and deploy it shortly, meanwhile sorry for the inconvenience caused

from ntvdmx64.

benreben avatar benreben commented on August 21, 2024

have test on windows 7 64 bits and don't work too.
in waiting of tour patch...
thx

from ntvdmx64.

leecher1337 avatar leecher1337 commented on August 21, 2024

Patch commited, hopefully it works now.

from ntvdmx64.

leecher1337 avatar leecher1337 commented on August 21, 2024

No comment has been posted, so I assume this can be considered fixed.

from ntvdmx64.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.