Package lib :: Package core :: Module pipe
[hide private]
[frames] | no frames]

Module pipe

source code

Classes [hide private]
  PipeForwarder
The Pipe Forwarder forwards all data received from a local pipe to the Cuckoo server through a socket.
  PipeDispatcher
Receives commands through a local pipe, forwards them to the dispatcher, and returns the response.
  PipeServer
The Pipe Server accepts incoming pipe handlers and initializes them in a new thread.
Variables [hide private]
  log = logging.getLogger(__name__)
  BUFSIZE = 0x10000