Any one help me decode obfucastor?

Discussion in 'PHP' started by tctuvan, Nov 2, 2011.

  1. #1
    I have some lines have obfucation in function name
    if ( !_obfuscate_DTtcQBUGGhEcNj8IJVsfDicIDyMMJTIÿ( "MVC_FRAMEWORK" ) )
    {
        exit( "Direct Access to this location is not allowed." );
    }
    Code (markup):
    I searched but not lucky. Any one tell me how to decode the function name?

    Thanks
     
    tctuvan, Nov 2, 2011 IP
  2. mfscripts

    mfscripts Banned

    Messages:
    319
    Likes Received:
    4
    Best Answers:
    8
    Trophy Points:
    90
    Digital Goods:
    3
    #2
    No point decoding the function name, you'll need to track down the function itself. (although I'd imagine that's probably encoded too!)

    Why are you trying to decode it?
     
    mfscripts, Nov 3, 2011 IP
  3. tctuvan

    tctuvan Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Because dont decode it you cant use it. I can guess

    _obfuscate_DTtcQBUGGhEcNj8IJVsfDicIDyMMJTIÿ = defined
    But no lucky for others function.

    All body function is not encoded
     
    tctuvan, Nov 3, 2011 IP
  4. mfscripts

    mfscripts Banned

    Messages:
    319
    Likes Received:
    4
    Best Answers:
    8
    Trophy Points:
    90
    Digital Goods:
    3
    #4
    _obfuscate_DTtcQBUGGhEcNj8IJVsfDicIDyMMJTIÿ must exist elsewhere in the codebase, have you searched for it?
     
    Last edited: Nov 3, 2011
    mfscripts, Nov 3, 2011 IP
  5. AsHinE

    AsHinE Well-Known Member

    Messages:
    240
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    138
    #5
    AsHinE, Nov 3, 2011 IP
  6. tctuvan

    tctuvan Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    NO, im sure in
    
    
    if ( !_obfuscate_DTtcQBUGGhEcNj8IJVsfDicIDyMMJTIÿ( "MVC_FRAMEWORK" ) )
    {
        exit( "Direct Access to this location is not allowed." );
    }
    Code (markup):
    _obfuscate_DTtcQBUGGhEcNj8IJVsfDicIDyMMJTIÿ = defined.
    I seached, but no things.
     
    tctuvan, Nov 3, 2011 IP
  7. AsHinE

    AsHinE Well-Known Member

    Messages:
    240
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    138
    #7
    I guess function name could be just random string with no rules to generate their name from original function. In this case you only have to look through the code and rename functions by what they do.
     
    AsHinE, Nov 3, 2011 IP
  8. tctuvan

    tctuvan Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    What name you need rename to? Many function i cant guess
    after this line, have some var
    DO you know a php function like that!

    Note: all function that write manually are not be encode! Only orginal PHP functions are encoded!
     
    tctuvan, Nov 4, 2011 IP
  9. Moustafa.Elkady

    Moustafa.Elkady Member

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #9
    not good way to encode
    the encode is a stupid way
    let your scripts open source
    and when some one steal?
    make new version
     
    Moustafa.Elkady, Nov 4, 2011 IP
  10. sarahk

    sarahk iTamer Staff

    Messages:
    28,899
    Likes Received:
    4,555
    Best Answers:
    123
    Trophy Points:
    665
    #10
    Most of us would beg to differ.

    If a developer chooses to protect their intellectual property that is their right. if you don't like it then you have 3 choices

    * pay for the source code
    * recode it
    * use something else
     
    sarahk, Nov 5, 2011 IP