miasm
Reverse engineering framework
miasm.core.objc.ObjCFunc Class Reference
Inheritance diagram for miasm.core.objc.ObjCFunc:
Collaboration diagram for miasm.core.objc.ObjCFunc:

Public Member Functions

def __init__ (self, name, abi, type_ret, args, void_p_align, void_p_size)
 
def __hash__ (self)
 
def __repr__ (self)
 
def __str__ (self)
 
def __eq__ (self, other)
 
def __lt__ (self, other)
 
- Public Member Functions inherited from miasm.core.objc.ObjC
def __init__ (self, align, size)
 
def align (self)
 
def size (self)
 
def cmp_base (self, other)
 
def __ne__ (self, other)
 

Properties

 args = property(lambda self: self._args)
 
 type_ret = property(lambda self: self._type_ret)
 
 abi = property(lambda self: self._abi)
 
 name = property(lambda self: self._name)
 

Detailed Description

C object for Functions

Constructor & Destructor Documentation

◆ __init__()

def miasm.core.objc.ObjCFunc.__init__ (   self,
  name,
  abi,
  type_ret,
  args,
  void_p_align,
  void_p_size 
)

Member Function Documentation

◆ __eq__()

def miasm.core.objc.ObjCFunc.__eq__ (   self,
  other 
)

Reimplemented from miasm.core.objc.ObjC.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ __hash__()

def miasm.core.objc.ObjCFunc.__hash__ (   self)

Reimplemented from miasm.core.objc.ObjC.

◆ __lt__()

def miasm.core.objc.ObjCFunc.__lt__ (   self,
  other 
)

Reimplemented from miasm.core.objc.ObjC.

Here is the call graph for this function:

◆ __repr__()

def miasm.core.objc.ObjCFunc.__repr__ (   self)

◆ __str__()

def miasm.core.objc.ObjCFunc.__str__ (   self)

Reimplemented from miasm.core.objc.ObjC.

Here is the call graph for this function:

Property Documentation

◆ abi

miasm.core.objc.ObjCFunc.abi = property(lambda self: self._abi)
static

◆ args

miasm.core.objc.ObjCFunc.args = property(lambda self: self._args)
static

◆ name

miasm.core.objc.ObjCFunc.name = property(lambda self: self._name)
static

◆ type_ret

miasm.core.objc.ObjCFunc.type_ret = property(lambda self: self._type_ret)
static

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