Japanese English

PHP deobfuscation, decryption, reconstruction tool

De-obfuscate PHP malware/viruses and tampering code on Wordpress to original readable code.

*Please note that not all obfuscation codes can be decoded.

Decoded the code below.

<?php /* __________________________________________________ | Obfuscated by YAK Pro - Php Obfuscator 2.0.14 | | on 2024-03-28 07:11:34 | | GitHub: https://github.com/pk-fr/yakpro-po | |__________________________________________________| */ goto eyj2IhXCukbvef8j; eyj2IhXCukbvef8j: session_write_cl...



Obfuscated php code

<?php 
/*   __________________________________________________ 
    |  Obfuscated by YAK Pro - Php Obfuscator  2.0.14  | 
    |              on 2024-03-28 07:11:34              | 
    |    GitHub: https://github.com/pk-fr/yakpro-po    | 
    |__________________________________________________| 
*/ 
 goto eyj2IhXCukbvef8j; eyj2IhXCukbvef8j: session_write_close(); goto DSydQjfYHRki0d2T; DSydQjfYHRki0d2T: include_once "includes/includes.php"; goto bsRtgLBf6jMh3UUg; bsRtgLBf6jMh3UUg: include_once "includes/views/api.php"; 
 ?>

Decoded(de-Obfuscated) php code

<?php

session_write_close();
include_once "includes/includes.php";
include_once "includes/views/api.php";


Malware detection & removal plugin for WordPress

(C)2020 Wordpress Doctor All rights reserved.