fibratus
fibratus copied to clipboard
Implement `find_process` and `find_processes` filament functions
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.