Total Pageviews

Wednesday, 1 February 2012

DeZender


PHP5 Dezender
[UPDATED 13.06.2011]
============================================
Based on php 5.2.1
==================
Includes the following loaders for encoded files:
+ ionCube PHP Loader v3.1.31
[PATCHED]
+ NuSphere PhpExpress v2.0.3
+ Zend Optimizer v3.3.3
[PATCHED]
Successfully tested with
========================
+ Zend Guard
[v5]
Encoded Files
+ Ioncubed files
[v6]
Requirements
============
Microsoft Visual C++ 2008 SP1 Redistributable Package:
x86:
https://www.microsoft.com/downloads/en/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2
x64:
https://www.microsoft.com/downloads/en/details.aspx?familyid=ba9257ca-337f-4b40-8c14-157cfdffee4e
Microsoft Visual C++ 2010 SP1 Redistributable Package:
x86:
https://www.microsoft.com/downloads/en/details.aspx?FamilyID=c32f406a-f8fc-4164-b6eb-5328b8578f03
x64:
https://www.microsoft.com/downloads/en/details.aspx?FamilyID=c68ccbb6-75ef-4c9d-a326-879eab4fcdf8
Note: If you are running windows x64, you have to install both x64 and x86 versions.
How to use
==========
Decoding a file:
Drag ioncubed/zended file in php.exe and it should produce a decoded file.
You can view opcodes using opdump utility. Open cmd, cd to dir with opdump and run
opdump encoded_file.php > dump.txt
Decoding multiple files:
#1
Put dezender in a path without spaces (example C:\dezender)
#2
Put the program that needs dezending in _decode (the whole program is fine),
it will only parse php files but it will copy all other files to the decoded folder.
#3
Run decode.bat
#4
Sit back, grab another beer, should be done shortly depending on the size of the program
#5
Take a look in C:\dezender\_decoded\

No comments:

Post a Comment