-
Notifications
You must be signed in to change notification settings - Fork 29
Win7 SP1 winload.exe revision 23569 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@jeremitu Your patch is not working (at least in my env). Have you tested with bitlocker enabled? Or any commands to debug that? |
Never used bitlocker. I suppose you have issues with the graphic card, see comments under original wj32 patch I enhanced. |
Ohh. I have "Intel HD"... |
You might try older video drivers. Good luck! |
KB4056897 updated winload to 6.1.7601.23992 breaking it again. |
Actually the same patch worked. I opened up the version check. |
It worked greatly, thank you! |
Microsoft has released a new security update, September 11, 2018—KB4457145, which fixes a severe flaw on the way windows handles images. This update has changed: |
Start failed with: MissingOsLoader. It seems MS add verification to winload.exe. |
.text:004295F7 | ||
.text:004295FF | ||
.text:004295FF loc_4295FF : ; CODE XREF : ImgpValidateImageHash(x, x, x, x, x) + 1Dj | ||
.text:004295FF; ImgpValidateImageHash(x, x, x, x, x) + A6j ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added an "invalid" char (utf8?) to source code
Hello again, i hope this might be useful to anybody still using this in the future. The last Windows 7 normal & ESU updates since have changed both ntkrnlpa.exe and winload.exe over the years. Right now the updated patch by jeremitu is able to patch all winloads until version 24538, any winload.exe above that will instantly fail. Stick to that one. |
Version 26909 (2023/12): Patch region 2 |
Tested and working. Partly based on https://github.com/Elbandi/PatchPae2. Provided exe and Visual Studio 2017 build.