|
|
2 ani în urmă | |
|---|---|---|
| .. | ||
| README.md | 2 ani în urmă | |
| beacon.h | 2 ani în urmă | |
| bofcompile.bat | 2 ani în urmă | |
| findhandle.c | 2 ani în urmă | |
| findhandle.cna | 2 ani în urmă | |
| findhandle.h | 2 ani în urmă | |
Find process and thread handle types between processes.
Search options:
all: list all processes with handles to all other processes.
h2p: list all processes that have a handle to a specific process.
p2h: list handles from a specific process to all other processes.
Handle query options:
proc: search for PROCESS type handles.
thread: search for THREAD type handles.
Targeted search options:
<pid>: for both the h2p and p2h search options, specify the PID of the process your interested in.
findhandle all <proc | thread>
findhandle h2p <proc | thread> <pid>
findhandle p2h <proc | thread> <pid>
x64 Native Tools Command Prompt for VS <2019/2022> terminal.bofcompile.bat script to compile the object file.