@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
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
@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
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
@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
Try to look into advapi32.dll from One-Core-Api, it have mentioned function
Here is needed file set
https://www.mediafire.com/file/3qkzns2rw4ds5z9/advapi32_One-Core-API-x86.7z/file
https://github.com/Skulltrail192/One-Core-Api
Here are compiled ACPI2.0 v4 from latest sources
1) x86 Windows XP x86 SP3 (5.1.2600.7777.4) + Windows Server 2003 SP2 (5.2.3790.7777.4) debug and free
2) x64 Windows Server 2003 / XP SP2 (5.2.3790.7777.4) debug and free
https://www.mediafire.com/file/wsqgptapdrxhidf/ACPI2.0_v4_x86+x64_5.1+5.2.7z/file
Extras included:
a) _OSI extra OS list to unlock hidden devices
b) modded acpiosnt.rc to overwrite PruductVersion attribute in file info, replaced "," with "." so it's now in same logic as other standard files, added .4 to easily detect which patch was used as build base
I have fixed it. I tried /Degbw and noticed tools\amd64\mofcomp.exe doesn't work properly on Windows 10 x64 host (same as build.exe). I grabbed these two from tools\x86 and now it's builded without errors!
Seems better, but still needs some touch in acpisym.c, acpiosnt.rc - WMI line is problematic, commenting line can produce acpi.sys (It boots XP x64 on Asus K53SV laptop), but compile errors are still there
@Mov AX, 0xDEAD I compiled 5.1 acpi without any issues. When I try do same with Win2K3 source tree it fails on missing arblib.h (doesn't exist in both source trees)