fibratus icon indicating copy to clipboard operation
fibratus copied to clipboard

Implement `find_handle` and `find_handles` filament functions

Open rabbitstack opened this issue 5 years ago • 0 comments

These helper functions would allow consulting the handle state exposed by Fibratus. The find_handles function should return all handles known to Fibratus as a list of Python dictionary objects. The find_handle function accepts the process identifier and returns all handle objects allocated by the specified process.

rabbitstack avatar Dec 02 '20 13:12 rabbitstack