Skip to content

Instantly share code, notes, and snippets.

@zwetan
zwetan / Test.as
Created March 12, 2018 21:18
Detect if Windows AIR executable is 32-bit or 64-bit by parsing the PE format
package
{
public class Test
{
private var _is64bit:Boolean;
public function Test()
{
_is64bit = false;