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
Win7 SP1 winload.exe revision 23569 #4
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
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.
Hi! Please add support for actual Windows 10 x86 versions (build 18362). Thank's
Tested and working. Partly based on https://github.com/Elbandi/PatchPae2. Provided exe and Visual Studio 2017 build.
The text was updated successfully, but these errors were encountered: