Package lib :: Package cuckoo :: Package common :: Module netlog :: Class NetlogParser
[hide private]
[frames] | no frames]

Class NetlogParser

source code

object --+
         |
        NetlogParser

Instance Methods [hide private]
 
__init__(self, handler)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
read_next_message(self) source code
 
read_int32(self)
Reads a 32bit integer from the socket.
source code
 
read_ptr(self)
Read a pointer from the socket.
source code
 
read_string(self)
Reads an utf8 string from the socket.
source code
 
read_buffer(self)
Reads a memory socket from the socket.
source code
 
read_registry(self)
Read logged registry data from the socket.
source code
 
read_list(self, fn)
Reads a list of _fn_ from the socket.
source code
 
read_argv(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, handler)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)