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

https://github.com/im-razvan/kernel_findprocessbyname

Stealthy, kernel way to find a process by its name.
https://github.com/im-razvan/kernel_findprocessbyname

kernel kernel-driver

Last synced: 6 months ago
JSON representation

Stealthy, kernel way to find a process by its name.

Awesome Lists containing this project

README

          

# FindProcessByName.h

Finds the `PEPROCESS` for a process name by traversing `ActiveProcessLinks` & comparing `ImageFileName` values.

### [!] This was made for Windows 11 23H2 / 22631.

- For other versions you will need to remake the `_MY_EPROCESS` struct. This can be done easily using `WinDbg`.