-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: deobfuscate partial control flow object
- Loading branch information
Showing
4 changed files
with
138 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
(function (_0x58f0bf, _0x449fa3) { | ||
const _0x5b9b8d = _0x1f65; | ||
const _0xb0cb83 = _0x58f0bf(); | ||
while (!![]) { | ||
try { | ||
const _0x38a2f0 = | ||
(-parseInt(_0x5b9b8d(0x1a8)) / 0x1) * | ||
(-parseInt(_0x5b9b8d(0x1a5)) / 0x2) + | ||
(parseInt(_0x5b9b8d(0x1aa)) / 0x3) * | ||
(parseInt(_0x5b9b8d(0x19e)) / 0x4) + | ||
parseInt(_0x5b9b8d(0x1a1)) / 0x5 + | ||
(parseInt(_0x5b9b8d(0x1a0)) / 0x6) * | ||
(-parseInt(_0x5b9b8d(0x1ac)) / 0x7) + | ||
-parseInt(_0x5b9b8d(0x19f)) / 0x8 + | ||
(parseInt(_0x5b9b8d(0x1a4)) / 0x9) * | ||
(-parseInt(_0x5b9b8d(0x1a9)) / 0xa) + | ||
(parseInt(_0x5b9b8d(0x1a3)) / 0xb) * (parseInt(_0x5b9b8d(0x1ad)) / 0xc); | ||
if (_0x38a2f0 === _0x449fa3) { | ||
break; | ||
} else { | ||
_0xb0cb83['push'](_0xb0cb83['shift']()); | ||
} | ||
} catch (_0x4d8b7f) { | ||
_0xb0cb83['push'](_0xb0cb83['shift']()); | ||
} | ||
} | ||
})(_0x1b75, 0x90cfc); | ||
function hi() { | ||
const _0xbdaae1 = _0x1f65; | ||
const _0x4421b9 = { | ||
[_0xbdaae1(0x1a6)]: function (_0x48317b, _0x3eb9bf) { | ||
return _0x48317b < _0x3eb9bf; | ||
} | ||
}; | ||
_0x4421b9[_0xbdaae1(0x1a2)] = _0xbdaae1(0x1ab); | ||
const _0x2d22bf = _0x4421b9; | ||
const _0x46643e = 0x1, | ||
_0x4d295f = 0x2; | ||
if (_0x2d22bf[_0xbdaae1(0x1a6)](_0x46643e, _0x4d295f)) | ||
console[_0xbdaae1(0x1a7)](_0x2d22bf[_0xbdaae1(0x1a2)]); | ||
} | ||
function _0x1f65(_0x5cd6e4, _0x590f6f) { | ||
const _0x1b75ea = _0x1b75(); | ||
_0x1f65 = function (_0x1f6544, _0x43222d) { | ||
_0x1f6544 = _0x1f6544 - 0x19e; | ||
let _0x15544e = _0x1b75ea[_0x1f6544]; | ||
return _0x15544e; | ||
}; | ||
return _0x1f65(_0x5cd6e4, _0x590f6f); | ||
} | ||
hi(); | ||
function _0x1b75() { | ||
const _0x108455 = [ | ||
'1701GbYXRJ', | ||
'552luNNhF', | ||
'997208TlAUWj', | ||
'8869840SjjMps', | ||
'6006rJfVYl', | ||
'2285250dZqjSM', | ||
'RLGat', | ||
'235169ZbwBFT', | ||
'279Azbvfn', | ||
'1553386QHtAGa', | ||
'pOUyw', | ||
'log', | ||
'1ZglIoW', | ||
'248600LAYnNv', | ||
'6vhnWfl', | ||
'Hello\x20World!', | ||
]; | ||
_0x1b75 = function () { | ||
return _0x108455; | ||
}; | ||
return _0x1b75(); | ||
} |