Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid obfuscation type #39

Open
LikeManTV opened this issue Feb 22, 2022 · 6 comments
Open

Invalid obfuscation type #39

LikeManTV opened this issue Feb 22, 2022 · 6 comments

Comments

@LikeManTV
Copy link

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;
};
@quanmanss11
Copy link

rip

@quanmanss11
Copy link

you can't crack unknown function

@quanmanss11
Copy link

try https://deobfuscate.io

@quanmanss11
Copy link

@quanmanss11
Copy link

obfuscation will make function unreadable

@quanmanss11
Copy link

you need to learn javascript XD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants