I was wondering how to decode this Javascript
the code is here.. encoded js
I have tried online tools but no success
I will be really happy if any one decode this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here you go:
http://matthewfl.com/unPacker.html
It looks like the unpacked source also contains some packed sections (i.e. some code was packed twice), so you’ll need to find those sections and unpack them as well.
It also has lots of base64 strings in it, which are apparently useless, because they appear like this:
So you can ignore those sections.