What is the encryption method of this Js?

topic description

variable parameters are encrypted and cannot be read. Is there a way to interpret them?

Jul.14,2022

is confused and is irreversible


1 this is not encryption, this is a simple confusion
2 this confusion is usually the way to change the variable name to 0xabcd and a reference to the string in the array.
each variable can be referenced by global search.
for example, _ 0xc7110d = _ 0x24e30d [_ 0x4b36 ('0x20d')] [' height'] in the figure above, it can become
a = b [c.d] .height , where c.d is another string e, it becomes a = b.e.height
3 restore is also very simple, that is, search by search to change the variable name back. This kind of uglify confusion code is very simple, search and replace can basically restore the source code.
4 I don't know if you have seen the code compressed by webpack, but that is troublesome.

if it helps you, please upvote or adopt ~

Menu