javascript-deobfuscator icon indicating copy to clipboard operation
javascript-deobfuscator copied to clipboard

Invalid obfuscation type

Open LikeManTV opened this issue 3 years ago • 6 comments

Hi, I'm trying to deobfuscate a code but it won't work.. :( It says: "[Error] Invalid obfuscation type! Please report to us or try again."

var _0x5858 = function(_0x53270e, _0x3067c5) {
	_0x53270e = _0x53270e - 0x0;
	var _0x585883 = _0x3067[_0x53270e];
	if(_0x5858['iddfLy'] === undefined) {
		var _0xe1c0d3 = function(_0x53640d) {
			var _0x290b8d = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
			var _0x59f58e = String(_0x53640d)['replace'](/=+$/, '');
			var _0x1df8de = '';
			for(var _0x375b27 = 0x0, _0x13f4f3, _0x1cce65, _0x9ef3cb = 0x0; _0x1cce65 = _0x59f58e['charAt'](_0x9ef3cb++); ~_0x1cce65 && (_0x13f4f3 = _0x375b27 % 0x4 ? _0x13f4f3 * 0x40 + _0x1cce65 : _0x1cce65, _0x375b27++ % 0x4) ? _0x1df8de += String['fromCharCode'](0xff & _0x13f4f3 >> (-0x2 * _0x375b27 & 0x6)) : 0x0) {
				_0x1cce65 = _0x290b8d['indexOf'](_0x1cce65);
			}
			return _0x1df8de;
		};
		_0x5858['hJuRYQ'] = function(_0x5b0931) {
			var _0xe17949 = _0xe1c0d3(_0x5b0931);
			var _0x5975a9 = [];
			for(var _0x37540a = 0x0, _0x24bb88 = _0xe17949['length']; _0x37540a < _0x24bb88; _0x37540a++) {
				_0x5975a9 += '%' + ('00' + _0xe17949['charCodeAt'](_0x37540a)['toString'](0x10))['slice'](-0x2);
			}
			return decodeURIComponent(_0x5975a9);
		};
		_0x5858['GAWYVA'] = {};
		_0x5858['iddfLy'] = true;
	}
	var _0x104c4d = _0x5858['GAWYVA'][_0x53270e];
	if(_0x104c4d === undefined) {
		_0x585883 = _0x5858['hJuRYQ'](_0x585883);
		_0x5858['GAWYVA'][_0x53270e] = _0x585883;
	} else {
		_0x585883 = _0x104c4d;
	}
	return _0x585883;
};

LikeManTV avatar Feb 22 '22 13:02 LikeManTV

rip

quanmanss11 avatar Aug 26 '22 09:08 quanmanss11

you can't crack unknown function

quanmanss11 avatar Aug 26 '22 09:08 quanmanss11

try https://deobfuscate.io

quanmanss11 avatar Aug 26 '22 09:08 quanmanss11

or https://www.dcode.fr/javascript-unobfuscator

quanmanss11 avatar Aug 26 '22 09:08 quanmanss11

obfuscation will make function unreadable

quanmanss11 avatar Aug 26 '22 09:08 quanmanss11

you need to learn javascript XD

quanmanss11 avatar Aug 26 '22 09:08 quanmanss11