On Thu Feb 2 15:52:10 2023 +0000, Jinoh Kang wrote:
Since `RtlQueryHeapInformation` is not a NT system service (syscall), native might just propagate the exception instead of handling it.
According to tests, calling `HeapQueryInformation( 0, ... )` fails and sets `ERROR_NOACCESS` last error, so I think it's trapped somewhere.