CoSMOS
Documentation
×
Menu

targetIs64Bit

Description:

 
Returns if the target process is 64bit or nil when not attached.
 

Returns:

 
Type
Description
bool
True if target is 64bit, false if 32bit, nil if not attached
 

Examples:

 
local is64bit = targetIs64Bit()
print(is64bit)