Skip to content

deli-c1ous/javascript-deobfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JS code deobfuscator

Based on Babel and AST technique

still work in progress

Features

basic

  • static deobfuscate

specific

  • obfuscator.io

control flow flatten

  • while...switch...
  • for...switch...
  • LogicalExpression + SequenceExpression
  • for...if...else...

Issue

  • If it doesn't work well on your obfuscated code, you can provide the code in issues and I will try to handle it when I'm available.

  • If you are eager to solve the problem, you can contact me through bilibili. Of course not free, so provide your budget and demand first.

About

JS code deobfuscator: support for static deobfuscation, obfuscator.io and various control flow flatten types

Topics

Resources

License

Stars

Watchers

Forks