Hi,
this is a first go at some unit tests and related fixes for NtQuerySystemInformation.
The ultimate goal is to get SysInternal's Process Explorer running.
I welcome suggestions and remarks. If none I will submit this to wine-patches and start the further works.
Cheers,
Paul Vriens.
Changelog Start of unit tests for NtQuerySystemInformation Return STATUS_INVALID_INFO_CLASS for non-implemented classes Return len for SystemCpuInformation Return STATUS_ACCESS_VIOLATION if no buffer given
Paul Vriens a écrit :
Hi,
this is a first go at some unit tests and related fixes for NtQuerySystemInformation.
The ultimate goal is to get SysInternal's Process Explorer running.
you may need (to get P.E. running) more than just a better support for some Nt*Info* functions. For examples, NT exposes in user space some kernel structures at fixed addresses (PEB to start with), which we don't have yet. Anyway, having a better support for the Nt*Info* functions is anyhow a good thing. A+