Module idaapi :: Class loader_input_t
[frames] | no frames]

Class loader_input_t

object --+
         |
        loader_input_t

Proxy of C++ loader_input_t class

Instance Methods
 
__repr__(self)
repr(x)
 
__init__(self, *args)
__init__(self, PyObject pycobject = None) -> loader_input_t
 
close(self)
 
open(self, *args)
open(self, char filename, bool remote = False) -> bool
 
set_linput(self, *args)
set_linput(self, linput_t linput)
linput_t
get_linput(self)
 
open_memory(self, *args)
open_memory(self, ea_t start, asize_t size = 0) -> bool
 
seek(self, *args)
seek(self, int32 pos, int whence = SEEK_SET) -> int32
int32
tell(self)
 
getz(self, *args)
getz(self, size_t sz, int32 fpos = -1) -> PyObject
 
gets(self, *args)
gets(self, size_t len) -> PyObject
 
read(self, *args)
read(self, size_t size) -> PyObject
bool
opened(self)
 
readbytes(self, *args)
readbytes(self, size_t size, bool big_endian) -> PyObject
 
file2base(self, *args)
file2base(self, int32 pos, ea_t ea1, ea_t ea2, int patchable) -> int
int32
size(self)
PyObject
filename(self)
PyObject
get_char(self)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Static Methods
 
from_linput(*args)
from_linput(linput_t linput) -> loader_input_t
 
from_cobject(*args)
from_cobject(PyObject pycobject) -> loader_input_t
 
from_fp(*args)
from_fp(FILE fp) -> loader_input_t
Class Variables
  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
  __idc_cvt_id__ = _swig_property(_idaapi.loader_input_t___idc_c...
  __swig_destroy__ = _idaapi.delete_loader_input_t
  __del__ = lambda self:
Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self, *args)
(Constructor)

 

__init__(self, PyObject pycobject = None) -> loader_input_t

Overrides: object.__init__

Class Variable Details

thisown

Value:
_swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc\
= 'The membership flag')

__idc_cvt_id__

Value:
_swig_property(_idaapi.loader_input_t___idc_cvt_id___get, _idaapi.load\
er_input_t___idc_cvt_id___set)