16 Feb
2022
16 Feb
'22
5:35 a.m.
On 2/16/22 08:13, Mohamad Al-Jaf wrote:
Needed for IE11. --- I didn't sign this because I'm looking for feedback.
The function CreateBoundaryDescriptorA has a spec entry in kernel32 but not kernelbase. However, doing grep -rnw . -e 'CreateBoundaryDescriptorA' reveals that both kernel32 and kernelbase match. Why is this?
Still, I don't see a security file in kernel32. I suppose I could add it to kernel_main.c. Would this be okay? This probably means CreateBoundaryDescriptorA is implemented using CreateBoundaryDescriptorW. If A export is missing from kernelbase, you shouldn't add it.