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