What does this encoded string say, and how did you find out?

前端 未结 2 1653
日久生厌
日久生厌 2021-01-23 20:54

I\'m trying to build a catalog of products and I don\'t know what it is doing, and I\'d like to peek inside. Can someone figure out how to print the source code and tell me how?

2条回答
  •  囚心锁ツ
    2021-01-23 21:18

    Instead of eval(gzinflate(base64_decode($a))), do echo gzinflate(base64_decode($a)) and repeat with the result until you get useful source code.

提交回复
热议问题