Online eval gzinflate base64_decode decoder help


Settings Remark
Decode method You can choose between two decode methods:
  1. Enter nested functions and scrambled code

    This option should be choosen if the unscrambled code is again another nested function with another scrambled code, this can happen multiple times over!

    Decode method 1 will continuously decode until the scrambled code is completely unscrambled.

    If decode method 1 is selected an additional "Decoding report" output window is displayed.
    The generated report contains the number of decoding steps and the corresponding nested function combinations which were used to decode the PHP code.

  2. Select the nested functions combination and enter scrambled code

    This option should be choosen if decode method 1 can not be applied.

    For example:

    $a = "4+VKK81LLsnMz1Mozsgv900tLk5MT9XQVKjm
    5eJMTc7IV1AKT81Jzs9NVSjJV/DNT8rMSU3LLM7QAwopWfNy1fJyoegDCgEA";
    eval(base64_decode($a));


    If the unscrambled code is again another nested function with another scrambled code, method 2 will not continue to decode. After 1 decoding step the output is displayed in the output window.