Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
string text = Class0.smethod_10(Param_12); Param_12 = null; text = text.Re..
Decoded Output download
<?
string text = Class0.smethod_10(Param_12);
Param_12 = null;
text = text.Replace("_", "M");
text = text.Replace("<", "=");
text = text.Replace(">", "D");
text = text.Replace("!", "A");
byte[] bytes = Convert.FromBase64String(text);
string text2 = Encoding.ASCII.GetString(bytes);
text2 = text2.Replace(";", "1");
byte[] bytes2 = Class0.smethod_11(text2);
string @string = Encoding.ASCII.GetString(bytes2);
result = @string;
} ?>
Did this file decode correctly?
Original Code
string text = Class0.smethod_10(Param_12);
Param_12 = null;
text = text.Replace("_", "M");
text = text.Replace("<", "=");
text = text.Replace(">", "D");
text = text.Replace("!", "A");
byte[] bytes = Convert.FromBase64String(text);
string text2 = Encoding.ASCII.GetString(bytes);
text2 = text2.Replace(";", "1");
byte[] bytes2 = Class0.smethod_11(text2);
string @string = Encoding.ASCII.GetString(bytes2);
result = @string;
}
Function Calls
| None |
Stats
| MD5 | 087d7b289e93863946a2b81e2164b3b3 |
| Eval Count | 0 |
| Decode Time | 88 ms |