IDAPython 9.0
Loading...
Searching...
No Matches
Appcall_array__ Class Reference
Inheritance diagram for Appcall_array__:

Public Member Functions

 __init__ (self, tp)
 
 pack (self, L)
 
 try_to_convert_to_list (self, obj)
 
 unpack (self, buf, as_list=True)
 

Detailed Description

This class is used with Appcall.array() method

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
tp )

Member Function Documentation

◆ pack()

pack ( self,
L )
Packs a list or tuple into a byref buffer

◆ try_to_convert_to_list()

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()

unpack ( self,
buf,
as_list = True )
Unpacks an array back into a list or an object

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