문제

I have found this in a JavaScript source code file:

function getElementsByClass(_0x62cbx2, _0x62cbx3, _0x62cbx4) {...

How can I translate _0x62cbx2, _0x62cbx3, _0x62cbx4 in the correct variable names?

도움이 되었습니까?

해결책

You cannot restore original variable names after code was obfuscated. But you can reverse engineer their meaning, if you have time and desire to do so.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top