global.memtostr
Signature
function memtostr(
addr: userdata,
len: number?
) -> string
Returns a UTF-8 Lua string representing the memory at the given address.
global.memtostrfunction memtostr(
addr: userdata,
len: number?
) -> string
Returns a UTF-8 Lua string representing the memory at the given address.