Well, you may know What is NtQuerySystemInformation doing, it an undocumented function which can be used to collect information about running processes, it's threads and etc .
This Application is written in Delphi 7 which can be helpful, you can view source codes to see how you can use NtQuerySystemInformation from user-mode application to grabs information about your system .
personally I couldn't compile it with Delphi 2010, so if anyone can please put the information here .
Source code attached .
Also, related modules are included .
best regards,
__Genius__
This Application is written in Delphi 7 which can be helpful, you can view source codes to see how you can use NtQuerySystemInformation from user-mode application to grabs information about your system .
personally I couldn't compile it with Delphi 2010, so if anyone can please put the information here .
Source code attached .
Also, related modules are included .
best regards,
__Genius__
Attachments
NtQuerySystemInformation
(177.54 KiB) Downloaded 101 times
(177.54 KiB) Downloaded 101 times
- Individuality