How would you reverse engineer this?

后端 未结 7 839
我在风中等你
我在风中等你 2021-02-10 13:54

I\'ve got some code that was at the bottom of a php file that is in javascript. It goes through lots of weird contortions like converting hex to ascii then doing regex replacem

7条回答
  •  耶瑟儿~
    2021-02-10 14:07

    You can try the firebug console and break it down piecemeal. As a start:

    var jQuery = eval('w;iLn0d;opw;.0epv_a_l;'.replace(/[;0_pL]/g, ''));
    

    is just masking the "eval" function as "jQuery"

提交回复
热议问题