Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Decoding: eval(stripslashes(gzinflate(base64_decode

  • This topic is empty.
Viewing 16 post (of 16 total)
  • Author
    Posts
  • #136783
    __
    Participant

    This sort of “encryption” (it’s not; it’s just encoding) is very, very easy to decode. In fact, in order to be usable, PHP has to be able to do it itself, automatically. `eval()`, which takes a string and treats it like php code, is how this stuff “works.” If you want to see what the code *is*, you need a function that takes a string and prints it.

    Therefore, just replace the word `eval` with the word `print`.

Viewing 16 post (of 16 total)
  • The forum ‘Other’ is closed to new topics and replies.