Does the address have the magic number
bool addressHasMagicNumber(int address){ try{ return ismn == gets(address, 4); } catch(e){ return false; } }