mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-23 05:39:22 +08:00
13 lines
396 B
JavaScript
13 lines
396 B
JavaScript
var s = {
|
|
'hello': function(_0x4c52de) {
|
|
(function(_0xea7649, _0x55a64b) {
|
|
return function(_0x46f67a, _0x29dec9) {
|
|
return function(_0x56ee68, _0x1607ce) {
|
|
return _0x56ee68(_0x1607ce);
|
|
}(_0x46f67a, _0x29dec9);
|
|
}(_0xea7649, _0x55a64b);
|
|
}
|
|
)(alert, "Hello AST");
|
|
},
|
|
}
|