Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 821 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 821 Bytes

Helpers

Table of Contents

Config

config.js
Grouped names of items to be used while deobfuscating, as well as rules to defuse code traps.

Debug Helper

debugHelper.js
A module that handles printing debug messages.

Safe Implementations

safeImplementations.js
A module used when resolving call expressions where the callee is a builtin function.
The module contains a version of a browser builtin that can be used by this node deobfuscator.

Additional Files

  • jquery.slim.min.js
    Used when running eval on parts of the code which require jQuery present.