Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)