leecher1337

Results 276 comments of leecher1337

Judging from the images, it seems you are trying to run Flash Content with Mozilla Firefox. Firefox removed Flash support from its core in recent versions, so use Internet Explorer...

Thank you for your offer! If you want, you can i.e. donate via paypal, just drop me an e-mail at [email protected] to get the link. As can be seen in...

First message looks like a loader problem, check DbgView output. Second message may be missing or broken config.nt or other startup problem. Theoretically, it could be related to https://github.com/leecher1337/ntvdmx64/commit/2f4d9a5a780d60e0609b4f3cae604ef80b7f269c but...

Ad 1) This looks fine to me, as it seems to launch the executable, so I'm not really sure where this 16bit error comes from. If there is a 16bit...

The log you provided still confuses me. It shows that NTVDM gets launched and also start up successfully, but in the screenshot you provide, you get the 16bit error that...

Ok, so the loader gets launched in Windows subsystem apps and then injects into parent process upon load causing cmd.exe to be able to launch after injection. This means that...

Good luck finding someone who implements it. As far as I can see, it doesn't have an interface to set the exception bitmap and to trap exceptions (same problem with...

So you mean, you want to do the MONITOR build which is the same as the NTVDM that is shipped with Windows XP and uses V86 mode? Well, I guess,...

You can definitely use some bugfixes from this repository, as there are bugs in NTVDM. I also tried to make the patches that way so that MONITOR build should still...

As for implementing V86 on x86-64, these documents may be interesting for you: https://www.mysciencework.com/patent/show/systems-methods-running-legacy-32bit-x86-virtual-machine-64bit-x86-processor-EP1628215A2 You can take some inspirations from this driver and port it to Windows Kernel: https://sourceforge.net/projects/v86-64/ Any...