Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yumetodo/win32api_prosecc_name
Super Dirty wrapper of NtQuerySystemInformation
https://github.com/yumetodo/win32api_prosecc_name
Last synced: about 20 hours ago
JSON representation
Super Dirty wrapper of NtQuerySystemInformation
- Host: GitHub
- URL: https://github.com/yumetodo/win32api_prosecc_name
- Owner: yumetodo
- License: bsl-1.0
- Created: 2016-01-27T11:03:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T14:00:07.000Z (almost 9 years ago)
- Last Synced: 2025-01-21T00:51:45.761Z (4 days ago)
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# win32api_prosecc_name
Super Dirty wrapper library of NtQuerySystemInformation## helpfull cite
- [winapi - get process name from process id (win32) - Stack Overflow](http://stackoverflow.com/questions/4102569/get-process-name-from-process-id-win32)
- [やっぱりWindowsプログラミングは好きになれない - torutkの日記](http://d.hatena.ne.jp/torutk/20050612)
- [NtQuerySystemInformation function (Windows)](https://msdn.microsoft.com/en-US/library/windows/desktop/ms724509%28v=vs.85%29.aspx)
- [RtlFreeUnicodeString routine (Windows Drivers)](https://msdn.microsoft.com/en-us/library/windows/hardware/ff561903%28v=vs.85%29.aspx)
- [c - Fetching parent process Id from child process - Stack Overflow](http://stackoverflow.com/questions/5321914/fetching-parent-process-id-from-child-process)