miasm
Reverse engineering framework
miasm.core.cpu.bitobj Class Reference
Inheritance diagram for miasm.core.cpu.bitobj:
Collaboration diagram for miasm.core.cpu.bitobj:

Public Member Functions

def __init__ (self, s=b"")
 
def __len__ (self)
 
def getbits (self, n)
 
def putbits (self, b, n)
 
def tostring (self)
 
def reset (self)
 
def copy_state (self)
 

Public Attributes

 bits
 
 offset
 

Constructor & Destructor Documentation

◆ __init__()

def miasm.core.cpu.bitobj.__init__ (   self,
  s = b"" 
)
Here is the call graph for this function:

Member Function Documentation

◆ __len__()

def miasm.core.cpu.bitobj.__len__ (   self)

◆ copy_state()

def miasm.core.cpu.bitobj.copy_state (   self)

◆ getbits()

def miasm.core.cpu.bitobj.getbits (   self,
  n 
)
Here is the caller graph for this function:

◆ putbits()

def miasm.core.cpu.bitobj.putbits (   self,
  b,
  n 
)

◆ reset()

def miasm.core.cpu.bitobj.reset (   self)

◆ tostring()

def miasm.core.cpu.bitobj.tostring (   self)
Here is the call graph for this function:

Member Data Documentation

◆ bits

miasm.core.cpu.bitobj.bits

◆ offset

miasm.core.cpu.bitobj.offset

The documentation for this class was generated from the following file: