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 Step extends Handler { use MultipleAddressMode, BinaryOperator, FloatingPoi..
Decoded Output download
<?php
class Step extends Handler {
use MultipleAddressMode, BinaryOperator, FloatingPointOnly, Multithreaded;
protected function getActionOnUnitData() {
$type = $this->getOperandType(3);
$f = ($type == 'F32') ? 'f' : '';
return "res = ((op2 < op1) ? 0.0$f : 1.0$f);";
}
}
?>
Did this file decode correctly?
Original Code
<?php
class Step extends Handler {
use MultipleAddressMode, BinaryOperator, FloatingPointOnly, Multithreaded;
protected function getActionOnUnitData() {
$type = $this->getOperandType(3);
$f = ($type == 'F32') ? 'f' : '';
return "res = ((op2 < op1) ? 0.0$f : 1.0$f);";
}
}
?>
Function Calls
None |
Stats
MD5 | 24d6c3ab76d1c14ff1e55248a7f0d9b1 |
Eval Count | 0 |
Decode Time | 95 ms |