skulltrail
-
Posts
7 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Posts posted by skulltrail
-
-
On 6/19/2022 at 9:22 AM, George King said:
Any news for mising functions for SD / MMCE in One-Core-API v2.5?
I have also prepared https://github.com/MovAX0xDEAD/NTOSKRNL_Emu code with new blank functions, that "only" needs C code to be added into blank functions.
So these functions needs C code to get extender work with Generic MMC / SD v8056
PoFxIdleComponent IoSynchronousCallDriver (probably done) PoFxSetDeviceIdleTimeout PoFxUnregisterDevice PoFxStartDevicePowerManagement PoUnregisterPowerSettingCallback PoFxActivateComponent KeLeaveGuardedRegion KeEnterGuardedRegion PoFxCompleteIdleCondition PoFxCompleteIdleState PoFxReportDevicePoweredOn PoFxCompleteDevicePowerNotRequired PoFxRegisterDevice IoGetActivityIdIrp RtlQueryRegistryValuesEx
Hello man, i'm not focusing in add new functions or features for now, only fix and stability. However, i promise add on Release on july
-
On 4/21/2022 at 7:20 AM, George King said:
@skulltrailAny chance to get these kernel functions? I would like to see working sdbus.sys and sdstor.sys from Windows 8.0 to get Generic SD / MMC driver
Hey friend, i can try implement or integrate these functions on kernel
PoFxIdleComponent IoSynchronousCallDriver PoFxSetDeviceIdleTimeout PoFxUnregisterDevice PoFxStartDevicePowerManagement PoUnregisterPowerSettingCallback PoFxActivateComponent KeLeaveGuardedRegion KeEnterGuardedRegion PoFxCompleteIdleCondition PoFxCompleteIdleState PoFxReportDevicePoweredOn PoFxCompleteDevicePowerNotRequired PoFxRegisterDevice IoGetActivityIdIrp RtlQueryRegistryValuesEx
-
5 hours ago, George King said:
@skulltrailWhere are compiled One-Core-Api now? I don't see them on your GitHub.
Hello man, is there: https://github.com/Skulltrail192/One-Core-API-Binaries
Lastest release:
https://github.com/Skulltrail192/One-Core-API-Binaries/releases/tag/2.2.1On few days i will release a big new version.
-
21 hours ago, George King said:
Thank you friend
-
19 hours ago, George King said:
@skulltrail Source code patch for untouched XPSP1 tree can be found on MSFN link
Unfortunately, the link of pastbin not open on any browser. If do you have, please post here or send me PM
-
On 4/1/2022 at 1:11 PM, George King said:
Compiling ACPI v2.0 driver for Windows XP SP3 (x32 only)
I have compiled it for XP using provided informations in free and debug versions.
And I have modded acpiosnt.rc to include new file description for aspi.sys "ACPI 2.0 Driver for NT"
https://www.mediafire.com/file/dz3puu13afdps0o/ACPI_2.0_02.04.2022_SP1toSP3.7z/file | https://www.mediafire.com/file/ucxhsa5agnpfzqt/ACPI_2.0_01.04.2022_SP1toSP3.7z/file
Hey man, can you provide source code to us?
XP/W2k3 x86 on Modern Hardware
in Microsoft Windows XP
Posted
Hello friend! Well, i need take a time to make a custom ntoskrnl_emu for One-Core-API, because the main not working. It's occours because ntoskrnl_emu use a method to get address from some internal functions on kernel and as one-core-api use a custom kernel, the address are different. And, i tried transplant ntoskrnl_emu functions to one-core-api kernel and drivers (like USB 3.0) not working. I need time to investigate.