IDAPython 9.0
|
Public Member Functions | |
__init__ (self, tp) | |
pack (self, L) | |
try_to_convert_to_list (self, obj) | |
unpack (self, buf, as_list=True) | |
This class is used with Appcall.array() method
__init__ | ( | self, | |
tp ) |
pack | ( | self, | |
L ) |
Packs a list or tuple into a byref buffer
try_to_convert_to_list | ( | self, | |
obj ) |
Is this object a list? We check for the existance of attribute zero and attribute self.size-1
unpack | ( | self, | |
buf, | |||
as_list = True ) |
Unpacks an array back into a list or an object