Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php class Rint extends Handler { use MultipleAddressMode, UnaryOperator, FloatingPoin..
Decoded Output download
<?php
class Rint extends Handler {
use MultipleAddressMode, UnaryOperator, FloatingPointOnly, Multithreaded;
protected function getActionOnUnitData() {
$type = $this->getOperandType(2);
$cType = $this->getOperandCType(2);
$f = ($type == 'F32') ? 'f' : '';
return "res = rint$f(op1);";
}
}
?>
Did this file decode correctly?
Original Code
<?php
class Rint extends Handler {
use MultipleAddressMode, UnaryOperator, FloatingPointOnly, Multithreaded;
protected function getActionOnUnitData() {
$type = $this->getOperandType(2);
$cType = $this->getOperandCType(2);
$f = ($type == 'F32') ? 'f' : '';
return "res = rint$f(op1);";
}
}
?>
Function Calls
None |
Stats
MD5 | f2a321949e4a3da7da51b79c0ef9ee13 |
Eval Count | 0 |
Decode Time | 120 ms |