Hello. I found a bug in the pocc.exe compiler.
In Windows 11 23H2 (build 23631) compilation is fine.
But in Windows 11 24H2 (build 26100) the error is 0xC0000005
The exception in pocc.exe occurs when closing handles with the CloseHandle function in ntdll.SbSelectProcedure on the movaps instruction.
For Windows 11 24H2 (build 26100) the movaps instruction requires that the operand address be aligned to 16 bytes
Fix it please.