Jump to content

George King

Member
  • Posts

    383
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Czech Republic

George King last won the day on July 13 2022

George King had the most liked content!

7 Followers

About George King

Profile Information

  • OS
    Windows 10 x64

Recent Profile Visitors

15,151 profile views

George King's Achievements

145

Reputation

  1. Also note, my drivers use custom ntoskrn8.sys. Mixing with other one can lead into weird scenarions.
  2. Control Panel items can be added using registry tweak.
  3. Maybe you can send me your patched sources, I can track then your changes.
  4. Please show me what's needed to be modded in my files. I will add it to my batch then. Maybe @Mov AX, 0xDEAD have some newer diff patches for source now to make it easy?
  5. @Dietmar Yes, its compiled by me, with some tweaks in acpiosnt.rc + type2op. Not sure ehat you mean with this: I add the Win10 fake and also the modifications from @Mov AX, 0xDEAD from January 2023. Here are my tweaks: https://ufile.io/lz97knph And Im auto compiling it with this: set PROCESSOR_ARCHITECTURE=x86 cmd /k "%~dp0Win2K3\NT\tools\razzle.cmd offline No_urt no_binaries no_certcheck No_prefast free && cd %~dp0Win2K3\NT\base\busdrv\acpi\driver && build /Dcegbw" Please let me know what else I need to add to code. Also please try to check if my patched file have all your post compile hacks aswell. Patches should be still same in HEX.
  6. @Dietmar Thanks, here are my compiled untouched + hacked ones. https://ufile.io/m8vqftyb
  7. @Dietmar I have these post compile hacks. Do you use any others? REM 5.1 hacks "%~dp0bbe.exe" -b "/\x33\xFF\x0B\xC7\x75/:5" -e "s/\x33\xFF\x0B\xC7\x75/\x33\xFF\x0B\xC7\xEB/" "%~dp0XPSP1\NT\base\busdrv\acpi\driver\nt\obj\i386\acpi.sys" -o "%~dp0Files\ACPI\X-hacked\5.1\acpi.sys" "%~dp0bbe.exe" -b "/\x00\x00\x84\xC0\x75\x08/:6" -e "s/\x00\x00\x84\xC0\x75\x08/\x00\x00\x84\xC0\xEB\x08/" "%~dp0Files\ACPI\X-hacked\5.1\acpi.sys" -o "%~dp0Files\ACPI\X-hacked\5.1\acpi2.sys" del /q /s "%~dp0Files\ACPI\X-hacked\5.1\acpi.sys" ren "%~dp0Files\ACPI\X-hacked\5.1\acpi2.sys" "acpi.sys" "%~dp0bbe.exe" -b "/\x85\xC0\x59\x59\x7C\x21/:6" -e "s/\x85\xC0\x59\x59\x7C\x21/\x85\xC0\x59\x59\x90\x90/" "%~dp0Files\ACPI\X-hacked\5.1\acpi.sys" -o "%~dp0Files\ACPI\X-hacked\5.1\acpi2.sys" del /q /s "%~dp0Files\ACPI\X-hacked\5.1\acpi.sys" ren "%~dp0Files\ACPI\X-hacked\5.1\acpi2.sys" "acpi.sys" "%~dp0bbe.exe" -b "/\x8B\x48\x18\x7D\x34\x8B/:6" -e "s/\x8B\x48\x18\x7D\x34\x8B/\x8B\x48\x18\xEB\x34\x8B/" "%~dp0Files\ACPI\X-hacked\5.1\acpi.sys" -o "%~dp0Files\ACPI\X-hacked\5.1\acpi2.sys" del /q /s "%~dp0Files\ACPI\X-hacked\5.1\acpi.sys" ren "%~dp0Files\ACPI\X-hacked\5.1\acpi2.sys" "acpi.sys" "%~dp0PEChecksum.exe" -c "%~dp0Files\ACPI\X-hacked\5.1\acpi.sys" REM 5.2 x86 hacks "%~dp0bbe.exe" -b "/\x33\xFF\x0B\xC7\x75/:5" -e "s/\x33\xFF\x0B\xC7\x75/\x33\xFF\x0B\xC7\xEB/" "%~dp0Win2K3\NT\base\busdrv\acpi\driver\nt\obj\i386\acpi.sys" -o "%~dp0Files\ACPI\X-hacked\5.2\acpi.sys" "%~dp0bbe.exe" -b "/\x00\x00\x84\xC0\x75\x08/:6" -e "s/\x00\x00\x84\xC0\x75\x08/\x00\x00\x84\xC0\xEB\x08/" "%~dp0Files\ACPI\X-hacked\5.2\acpi.sys" -o "%~dp0Files\ACPI\X-hacked\5.2\acpi2.sys" del /q /s "%~dp0Files\ACPI\X-hacked\5.2\acpi.sys" ren "%~dp0Files\ACPI\X-hacked\5.2\acpi2.sys" "acpi.sys" "%~dp0bbe.exe" -b "/\x85\xC0\x59\x59\x7C\x21/:6" -e "s/\x85\xC0\x59\x59\x7C\x21/\x85\xC0\x59\x59\x90\x90/" "%~dp0Files\ACPI\X-hacked\5.2\acpi.sys" -o "%~dp0Files\ACPI\X-hacked\5.2\acpi2.sys" del /q /s "%~dp0Files\ACPI\X-hacked\5.2\acpi.sys" ren "%~dp0Files\ACPI\X-hacked\5.2\acpi2.sys" "acpi.sys" "%~dp0bbe.exe" -b "/\x14\x8B\x50\x18\x7D\x21/:6" -e "s/\x14\x8B\x50\x18\x7D\x21/\x14\x8B\x50\x18\xEB\x21/" "%~dp0Files\ACPI\X-hacked\5.2\acpi.sys" -o "%~dp0Files\ACPI\X-hacked\5.2\acpi2.sys" del /q /s "%~dp0Files\ACPI\X-hacked\5.2\acpi.sys" ren "%~dp0Files\ACPI\X-hacked\5.2\acpi2.sys" "acpi.sys" "%~dp0PEChecksum.exe" -c "%~dp0Files\ACPI\X-hacked\5.2\acpi.sys" REM 5.2 x64 hacks "%~dp0bbe.exe" -b "/\x0F\xBA\xE1\x19\x72/:5" -e "s/\x0F\xBA\xE1\x19\x72/\x0F\xBA\xE1\x19\xEB/" "%~dp0Win2K3\NT\base\busdrv\acpi\driver\nt\obj\amd64\acpi.sys" -o "%~dp0Files\ACPI64\X-hacked\acpi.sys" "%~dp0bbe.exe" -b "/\x00\x00\x84\xC0\x75\x20/:6" -e "s/\x00\x00\x84\xC0\x75\x20/\x00\x00\x84\xC0\xEB\x20/" "%~dp0Files\ACPI64\X-hacked\acpi.sys" -o "%~dp0Files\ACPI64\X-hacked\acpi2.sys" del /q /s "%~dp0Files\ACPI64\X-hacked\acpi.sys" ren "%~dp0Files\ACPI64\X-hacked\acpi2.sys" "acpi.sys" "%~dp0bbe.exe" -b "/\xC0\x78\x2E\x48\x8B\x05/:6" -e "s/\xC0\x78\x2E\x48\x8B\x05/\xC0\x90\x90\x48\x8B\x05/" "%~dp0Files\ACPI64\X-hacked\acpi.sys" -o "%~dp0Files\ACPI64\X-hacked\acpi2.sys" del /q /s "%~dp0Files\ACPI64\X-hacked\acpi.sys" ren "%~dp0Files\ACPI64\X-hacked\acpi2.sys" "acpi.sys" "%~dp0bbe.exe" -b "/\x8B\x41\x20\x79\x2C\x48/:6" -e "s/\x8B\x41\x20\x79\x2C\x48/\x8B\x41\x20\xEB\x2C\x48/" "%~dp0Files\ACPI64\X-hacked\acpi.sys" -o "%~dp0Files\ACPI64\X-hacked\acpi2.sys" del /q /s "%~dp0Files\ACPI64\X-hacked\acpi.sys" ren "%~dp0Files\ACPI64\X-hacked\acpi2.sys" "acpi.sys" "%~dp0PEChecksum.exe" -c "%~dp0Files\ACPI64\X-hacked\acpi.sys"
  8. @AstroSkipper All test I found about Huorong were for v5 version and about 5 years old. I quess it's not bad if Microsoft added it to it's store for modern systems. On my testing machine was installation size +-100MB. Two new processes was added - HipsDaemon.exe +- 160MB RAM and HipsTray.exe with +- 20MB RAM. I have 32GB on this testing machine, so it can eats what they need. But seems it small install size and RAM usage too. CPU usage was not changed at all, my system still have same 1% CPU usage.
  9. Probably yes, maybe you can find how to properly extract string from this BIN format and then mod it. For example, like Resource Hacker can add longer strings without any issues. I quess recompiling is only way to fully translate it at the moment.
  10. Hi @AstroSkipper I see there is still no mention about Huorong Internet Security 6 which still support Windows XP. For modern system is also available on Microsoft Store. Homepage: https://huorong.cn/ Download x64 v2024.09.20 https://down-tencent.huorong.cn/sysdiag-all-x64-6.0.2.3-2024.09.20.1.exe Download x86 v2024.09.20 https://down-tencent.huorong.cn/sysdiag-all-x86-6.0.2.3-2024.09.20.1.exe Some pictures from my Windows XP testing machine
  11. You can HexEdit that file, just keep same length for your new strings. It must be same or shorter.
  12. You mean silent DirectX RePack, right? https://forums.mydigitallife.net/threads/repack-directx-end-user-runtime-june-2010.84785/ Just use /ai or /y switches to make it Unattended.
  13. @AstroSkipper I just repacked PCMark05 aswell. Silent WinRAR SFX and of course with correct key too. https://mega.nz/file/42lWza4A#zBnBzJ6EFdOuefA5yWTzIwwtk6LaPbjhI2OdD9-nBdM
×
×
  • Create New...