fibratus icon indicating copy to clipboard operation
fibratus copied to clipboard

Implement `find_process` and `find_processes` filament functions

Open rabbitstack opened this issue 5 years ago • 0 comments

These functions would allow consulting the process state exposed by Fibratus. The find_processes function should return currently running processes as a list of Python dictionary objects. The find_process function accepts the process identifier and returns the dictionary object with detailed information or None if the process with such identifier doesn't exist.

rabbitstack avatar Dec 02 '20 10:12 rabbitstack