in reply to Re^3: clean output from Deobfucation
in thread clean output from Deobfucation

Thanks Corion . overload::eval is doing what echo -e is doing in my case.
it resolves \t to tabs and \n to newlines etc but " @ $ % & are coming as \" \$ \@.
I used Komodos' remote Debugging and that gives code from the eydrops obfuscated code.

I think this was the request ! Thanks and cheers !

Kapil