how to Deobfuscation Code in php ?

Discussion in 'PHP' started by VishalVasani, May 8, 2009.

  1. #1
    Hello,

    Any one has any idea how to Deobfuscation Code in php ?
     
    VishalVasani, May 8, 2009 IP
  2. olddocks

    olddocks Notable Member

    Messages:
    3,275
    Likes Received:
    165
    Best Answers:
    0
    Trophy Points:
    215
    #2
    you mean encrypt php source code?
    If thats what you are looking for, then you have to use ZendGuard or Ioncube for code obfuscation.
     
    olddocks, May 8, 2009 IP
  3. VishalVasani

    VishalVasani Peon

    Messages:
    560
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hello,

    I mean i have obfuscation code. I went to convert to original PHP code...
     
    VishalVasani, May 8, 2009 IP
  4. plog

    plog Peon

    Messages:
    298
    Likes Received:
    11
    Best Answers:
    1
    Trophy Points:
    0
    #4
    Not to sound all Confuscious on you, but obfuscation is in you, not the code.

    obfuscate: to make obscure or unclear

    So, to the really only way to make things clear, is to get in there, parse the code into a manner you will understand. This means working through it line by line, adding indentations, spaces, line breaks as needed to see the actual code structure. From there, search and replace variable, function and class names into names that offer more meaning to you. As you do both of those and you gain understanding of what each line does--comment it.
     
    plog, May 8, 2009 IP
  5. kblessinggr

    kblessinggr Peon

    Messages:
    539
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I think he's (or she) asking in laymen terms, how to crack a script encoded with Zend Guard, IonCube Encoder, and so forth.
     
    kblessinggr, May 8, 2009 IP