This class provides generalized methods for interacting with a thread running in a process on a remote machine via a post-exploitation client.
Close resources associated with the thread.
# File lib/rex/post/thread.rb, line 51 def close raise NotImplementedError end
Query architecture-specific register state.
# File lib/rex/post/thread.rb, line 37 def query_regs raise NotImplementedError end
Resume execution of the remote thread.
# File lib/rex/post/thread.rb, line 23 def resume raise NotImplementedError end
Set architecture-specific register state.
# File lib/rex/post/thread.rb, line 44 def set_regs raise NotImplementedError end
Generated with the Darkfish Rdoc Generator 2.