Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top