SamuelTulach / PatchBoot

Guide for patching AMI Aptio V UEFI firmware to circumvent Secure Boot checks
88 stars 17 forks source link

ImageVerificationHandler does not exist within SecurityStubDxe/PE32 image section #2

Open notboeing747 opened 5 months ago

notboeing747 commented 5 months ago

I did a search for the bytes that ImageVerificationHandler uses but it does not exist within the file. I tried extracting some other PE32 image sections from the bios but I cant find ImageVerificationHandler anywhere. Is there anything I can do or am I out of luck? image

notboeing747 commented 5 months ago

I am trying to edit the bios of an Asus Vivobook X512JA

anentirefamily commented 3 months ago

same here, it doesnt come up

ZaweSec commented 1 month ago

the function doesn't have a name , you have to identify it yourself.

notboeing747 commented 1 month ago

I see, thank you.