Jump to content

George King

Member
  • Posts

    383
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Czech Republic

Everything posted by George King

  1. I have grabbed sdbus.sys + dumpsd.sys + sdbus.inf from Windows 8 build 7880, then I patched security cookie and ntoskrnl.exe import to ntoskrn8.sys on needed files. No missing imports at all. This is driver for PCI\CC_080500 + PCI\CC_080501 as SDA Standard Compliant SD Host Controller. And from Windows 8 build 8056 sdstor.sys + sdstor.inf, then I patched security cookie and ntoskrnl.exe import to ntoskrn.sys. No missing imports. This is driver for SD\CLASS_STORAGE + SD\CLASS_MMC as SD Storage Class Controller Drivers are unsigned and untested and only for x64 now. INFs are modded and install ntoskrn8.sys automatically. Try to integrate them with force unsigned switch (or NTLite) to boot.wim and let's see how it goes. https://www.mediafire.com/file/5a58l01bmwc0grn/Generic_MMC_x64.7z/file
  2. @Mov AX, 0xDEAD I just compiled as Windows 7 x64 target and after that I modded driver to fix missing exports using ntoskrn8.sys. After using it new missing export appeared. In ntoskrnl_edirects.h I have added this line under Windows 7 x86/x64 exports bypass(EtwSetInformation) Now it's compiled again and no missing exports for my driver test
  3. @Dave-H Can you try these patched files? I have patched it in ACPIEnableEnterACPIMode() to disable A5x11 BSOD. There are two different patches. Let me know if any of them will work. https://anonfiles.com/9cXeoadcy8/acpi_7777_experimental_patch_7z And here is another one with previous patches and patched all BSOD A5x11 in ACPIInitialize() https://anonfiles.com/Ddgdpad0y9/acpi_7777_experimental_patch2_7z P.S. Even if it works will be best to catch log from windbg, as this is only temporary fix when we have source code
  4. Preview5 ISO contains latest v4 (without DDB hack) already inside ESD.
  5. Use Booogy WMP11 Slipstreamer or OnePiece DXUPAC tool to create WMP11 addon.
  6. True, it should be still in USB\sources\$OEM$\$$\system32\drivers files from $OEM$ are only copied to HDD
  7. I have builded Certificates repack for my XP2ESD project. It's simple standalone WinRAR SFX to easily update SST files when needed. Last update 04.05.2022 11:05 https://www.mediafire.com/file/900h17opahb5uqf/WindowsRootsUpdate.exe/file
  8. I'm sure I have included in that ISO v4 and send one with DDB hack too.
  9. @Dietmar have you tried it with patched netio without msrpc needs?
  10. Ok, waiting for @Damnation
  11. @Dietmar Try to replace ntoskrnx.exe with this one https://anonfiles.com/R4974dc4y8/ntoskrnx_exe
  12. @Dietmar It's only netio.sys https://anonfiles.com/Peec49cey9/netio_sys And here is also msrpc 5048 to give it a try without deleted import in netio https://anonfiles.com/35p248c9y6/msrpc_5048_sys
  13. Then try to remove msrpc imports from netio.sys, Right lick in CFF Explorer and Delete import Descriptor. No idea what happends, just rebuild pe header and save to see if it works or fails
  14. @Dietmar Try to nop that call RpcAsyncCompleteCall I see BSOD inside, we don't need that funtion now, so nop it to fix it should be fine.
  15. @Dietmar Try it with this msrpc.sys from Vista (no missing exports at all files) https://anonfiles.com/T7A23dc1y0/msrpc_sys Or try to patch it, seems like driver itself doesn't need that function
  16. I have compiled it, modded INF, fixed missing exports are redirected to ntoskrnx.exe (one kernel from One-Core-API) / ntoskrn8.sys. @DietmarHere is 32bit driver to try https://anonfiles.com/d9p63ec4y8/Ported_i219_driver_iso
  17. @Dietmar Can you please upload compiled this new ntoskrn8.sys?
  18. Just fix import to ntoskrn8.sys instead ntoskrnl.exe and thats all if you have already compiled ntoskrn8.sys from post above
  19. @Dietmar Windows 7 NDIS is 6.3, Vista NDIS is 6.0 @Damnation Which one have you get as target? Here are latest files for both architectures and versions https://www.mediafire.com/file/serxsmclqslf5cv/NDIS6.0+6.3_latest_untouched.7z/file
  20. Seems like we fixed it under 7 too as it was probably caused by corrupted acpi.sys. Using my patched (resigned too) it worked
  21. True, link fixed. Stupid mistake when renaming folders..
  22. If you change it from splash.asp?page=3&auenabled=true& to splash.asp?page=3&auenabled=true or to splash.asp?page=3 same result?
  23. @LanXing Does this DDB hack help? EDIT: Fixed achitectures https://anonfiles.com/vca7hfc0y0/ACPI2.0_DDB_Fix_7z
  24. Another BSOD from MDL, on Z690 machine mentioned here https://forums.mydigitallife.net/threads/god-damn-0x0000007b.85292/
  25. What MRT (KB890830) version is offered by Microsoft Update?
×
×
  • Create New...