createLocalByteArray
Create a LocalByteArrayStructure A local byte array. It stores the size at the start of it, so you can always get the size using LocalByteArrayStructure.getSize This is the advised type of local byte array over StaticallySizedLocalByteArrayStructure
Parameters
addr
the local address to create the byte array in
size
the size of the byte array
Create a LocalByteArrayStructure A local byte array. It stores the size at the start of it, so you can always get the size using LocalByteArrayStructure.getSize This is the advised type of local byte array over StaticallySizedLocalByteArrayStructure The size is the first integer on the stack
Parameters
addr
the local address to create the byte array in