Javascript compiled or not? Check inside

前端 未结 7 985
后悔当初
后悔当初 2021-01-19 16:36

Note that I am not experienced with Javascript. If a javascript code starts like this:

javascript:var _0x89f8=[\"\\x69\\x6E\\x6E\\x65\\x72\\x48\\x54\\x4D\\x4         


        
7条回答
  •  轮回少年
    2021-01-19 17:37

    It's merely obfuscated. _0x89f8 is a normal variable, "\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C" is a normal string (except with all characters written in hexadecimal: \x69 is i and so on; it says "innerHTML").

提交回复
热议问题