Trees | Indices | Help |
|
---|
|
object --+ | Appcall_callable__
Helper class to issue appcalls using a natural syntax: appcall.FunctionNameInTheDatabase(arguments, ....) or appcall["[email protected]"](arguments, ...) or f8 = appcall["[email protected]"] f8(arg1, arg2, ...) or o = appcall.obj() i = byref(5) appcall.funcname(arg1, i, "hello", o)
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
ea | |
fields | |
options | |
size | |
tif | |
timeout | |
type | |
Inherited from |
Method Details |
Make object callable. We redirect execution to idaapi.appcall() |
Initializes an appcall with a given function ea
|
Unpacks a typed object from the database if an ea is given or from a string if a string was passed
|
Packs an object into a given ea if provided or into a string if no address was passed.
|
Property Details |
fields
|
options
|
size
|
tif
|
timeout
|
type
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 11 15:05:11 2019 | http://epydoc.sourceforge.net |