Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$extPath = "$($env:LOCALAPPDATA)\chrome" $isOpen = 0; (Get-WmiObject Win32_Process -Fi..

Decoded Output download

<?  $extPath = "$($env:LOCALAPPDATA)\ufffdchrome" 
$isOpen = 0; 
 
(Get-WmiObject Win32_Process -Filter "name='chrome.exe'") | Select-Object CommandLine | ForEach-Object { 
	if($_ -Match "load-extension"){ 
		break; 
	} 
 
	$isOpen = 1; 
} ?>

Did this file decode correctly?

Original Code

$extPath = "$($env:LOCALAPPDATA)\chrome"
$isOpen = 0;

(Get-WmiObject Win32_Process -Filter "name='chrome.exe'") | Select-Object CommandLine | ForEach-Object {
	if($_ -Match "load-extension"){
		break;
	}

	$isOpen = 1;
}

Function Calls

None

Variables

None

Stats

MD5 0e135d3fcade2b59bff8390db694e1be
Eval Count 0
Decode Time 112 ms