#!/usr/bin/env php 0) { $pattern = '/eval\([\w]+\(\'[A-F0-9]+\'/'; $match_num = preg_match($pattern, $data, $matches, PREG_OFFSET_CAPTURE); if ($match_num > 0) { $key = substr($matches[0][0], -19, -1); $decoded = decode_sc($key, $coded); } } if ($decoded != '') if (!file_put_contents($options['f'], $decoded)) { print("Could not write file\n"); exit(1); } ?>