PHPDeobfuscator icon indicating copy to clipboard operation
PHPDeobfuscator copied to clipboard

Fix: prevent fatal crashes on mixed-type reductions and invalid scalar coercion

Open tjt263 opened this issue 4 months ago • 0 comments
trafficstars

  • Wrapped multiplication in is_numeric() guard in BinaryOpReducer

  • Restricted ScalarValue wrapping to scalar types + null in Utils::scalarToNode()

  • Prevents fatal TypeError and InvalidArgumentException in common obfuscation edge cases

tjt263 avatar Jul 16 '25 09:07 tjt263