tonixxr
August 7th, 2012, 09:40
Today I stumbled around an obfuscated Flash Actionscript 2 Code that looked like this when decompiled. I've been looking around to find out what kind of encryption this is and yet no luck. I'm really curious to know what kind of encryption/obfuscation it is and how strong it is.
Anyone can help?
function _-k(d, g)
{
with (UL.UL[UL])
{
if (UL == 0.000000)
{
UL = UL;
UL = UL - 1;
}
else if (UL == 1)
{
UL = UL + 1;
UL = UL;
}
else if (UL == 2)
{
UL = UL;
UL = UL + 1;
}
else if (UL == 3)
{
UL = UL - 1;
UL = UL;
}
}
}