Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.21 KB

🔱 DemonJS 🔱

DemonJS is an obfuscator tool for JavaScript, it rewrite whole code using only 6 chars.
Doesn't depend on a browser, so you can even run it on Node.js


Original Version from JSF*ck

Version & Live Version

DemonJS v3.2 - Build 102724


DemonJS v3.2 API

Installation

CDN Url : https://cdn.jsdelivr.net/gh/ScadeBlock/DemonJS@main/src/demonjs.js

How to use

DemonJS(levelx,input,wrapWithEval,runInParentScope,debug_mode)

  • LevelX : 0 | 50 | 100

Strong Level of DemonJS

  • wrapWithEval : true | false
  • runInParentScope : true | false
  • debugMode (Unsecure): true | false

E.x : DemonJS('50',"alert(1)",true,true,false)