1

Today, I found a javascript encoded start with _0x*** I wonder how to encode/decode javascript strings likes following url: JS Example (CodePad)

Is there anyone can tell me how to encode/decode like that? And maybe help to decode the javascript above as an example. Your help would be greatly appreciated!

Simon
  • 101
  • 1
  • 1
  • 8

2 Answers2

0

this website romoves some javascript obfuscation but you still have to figure out what does the code do

med benzekri
  • 490
  • 6
  • 19
-1

This is obfuscated JavaScript file and you can deobfuscating manual not tools for Deobfuscate this pattern.

This video on youtube can help you to manual deobfuscate javascript code:

https://www.youtube.com/watch?v=ajB0OKA1yfQ

A1Gard
  • 4,070
  • 4
  • 31
  • 55