We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74390b commit 345a961Copy full SHA for 345a961
src/main.rs
@@ -649,6 +649,20 @@ fn setup_hooks_winload(image: ImageInfo) -> anyhow::Result<()> {
649
0x01,
650
0x05,
651
),
652
+ /* Windows 10 19045.6093 (efi) */
653
+ Signature::relative_address(
654
+ "BlImgAllocateImageBuffer (19045.6093/efi)",
655
+ "E8 ? ? ? ? 4C 8B 6D 50 8B F8",
656
+ 0x01,
657
+ 0x05,
658
+ ),
659
+ /* Windows 10 19045.6093 (exe) */
660
661
+ "BlImgAllocateImageBuffer (19045.6093/exe)",
662
+ "E8 ? ? ? ? 4C 8B 6D 50",
663
664
665
666
/* Windows 10 19045.4046 (efi) */
667
Signature::relative_address(
668
obfstr!("BlImgAllocateImageBuffer (19045.4046/efi)"),
0 commit comments