본문 바로가기

Story/php

php zend 디컴파일러

반응형
Hey guys one of my first releases,
this is an dezender tool i found somewhere on some forums..
Worked a charm only problem was it was per file convert..
For your ease i wrote a bat file that saves you a lot of work :)

Use as following:
#1
Put dezender in
C:\dezender
Make sure this README will be in C:\dezender!!! ( Else the dezender root is someplace else and the bat wont work + php config )

#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

Sit back, grab another beer, should be done shortly depending on the size of the program

#4
take a look in C:\dezender\_decoded\dezender\

C:w 에 압축을 풀고
디컴파일할 파일을 C:\dezender\_decode\ 에 둔다
그리고 C:\dezender 에 있는 decode.bat 를 실행한다 더블클릭으로 실행해도된다.
그러면 C:\dezender\_decoded\dezender\ 에 디컴파일된 파일이 저장되어있다
디컴파일이 불가능한 파일은 원본 그대로 이곳에 저장된다.

반응형