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 Fract extends Handler { use MultipleAddressMode, UnaryOperator, FloatingPoi..
Decoded Output download
<?php
class Fract extends Handler {
use MultipleAddressMode, UnaryOperator, FloatingPointOnly, Multithreaded;
protected function getActionOnUnitData() {
$type = $this->getOperandType(2);
$cType = $this->getOperandCType(2);
$f = ($type == 'F32') ? 'f' : '';
return "res = op1 - floor$f(op1);";
}
}
?>
Did this file decode correctly?
Original Code
<?php
class Fract extends Handler {
use MultipleAddressMode, UnaryOperator, FloatingPointOnly, Multithreaded;
protected function getActionOnUnitData() {
$type = $this->getOperandType(2);
$cType = $this->getOperandCType(2);
$f = ($type == 'F32') ? 'f' : '';
return "res = op1 - floor$f(op1);";
}
}
?>
Function Calls
None |
Stats
MD5 | 8044c36e5db4a5c9a73490f5543c8d0b |
Eval Count | 0 |
Decode Time | 95 ms |