Implement find_handle
and find_handles
filament functions
#30
Labels
needs: docs
Indicates that the issue needs documentation updates
scope: filaments
Anything related to filaments
scope: handle
Anything related to handles
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. Thefind_handle
function accepts the process identifier and returns all handle objects allocated by the specified process.The text was updated successfully, but these errors were encountered: